Skip to content

Commit 348a674

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 49cc33c + 4504a6c commit 348a674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Filament/Resources/NavigationResource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ protected static function getParentFormComponent()
291291
->validationAttribute(__('inspirecms::resources/navigation.parent_id.validation_attribute'))
292292
->options(function ($record, $get) {
293293
$keyName = app(static::getModel())->getKeyName();
294+
294295
return static::getEloquentQuery()
295296
->where('category', $get('category'))
296297
->when($record, fn ($query) => $query->whereNot($keyName, $record->getKey()))

0 commit comments

Comments
 (0)