File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/Filament/Schemata/Company Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3838 },
3939 "require-dev" : {
4040 "nunomaduro/collision" : " ^7.0" ,
41- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
42- "phpstan/phpstan-phpunit" : " ^1.0" ,
4341 "laravel/pint" : " ^1.0" ,
4442 "larastan/larastan" : " ^2.2" ,
4543 "orchestra/testbench" : " ^8.0" ,
46- "phpstan/extension-installer" : " ^1.1" ,
47- "phpstan/phpstan" : " ^1.10"
44+ "phpstan/extension-installer" : " ^1.4" ,
45+ "phpstan/phpstan" : " ^2.1" ,
46+ "phpstan/phpstan-deprecation-rules" : " ^2.0" ,
47+ "phpstan/phpstan-phpunit" : " ^2.0"
4848 },
4949 "autoload" : {
5050 "psr-4" : {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ public static function mainSetting(): array
1414 {
1515 return [
1616 Section::make ()
17+ ->columnSpanFull ()
1718 ->schema ([
1819 MultiLang::make ('name ' )
1920 ->live ()
You can’t perform that action at this time.
0 commit comments