mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 15:53:45 +02:00
More StyleCI...
This commit is contained in:
@@ -87,7 +87,7 @@ class OptionRepository
|
||||
}
|
||||
|
||||
DB::transaction(function () use ($option) {
|
||||
foreach($option->variables as $variable) {
|
||||
foreach ($option->variables as $variable) {
|
||||
(new VariableRepository)->delete($variable->id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user