mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
- 2.x - sites settings
- tags - source-control soft deletes
This commit is contained in:
@ -18,7 +18,7 @@ class="space-y-6"
|
||||
"sites.partials.create.fields.source-control",
|
||||
[
|
||||
"sourceControls" => \App\Models\SourceControl::query()
|
||||
->where("provider", $site->sourceControl()?->provider)
|
||||
->where("provider", $site->sourceControl?->provider)
|
||||
->get(),
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user