🆙 Fix laravel pint spaces 🆙

This commit is contained in:
Remco
2026-01-07 19:35:41 +01:00
parent 711fa2c29e
commit dc418a51a1
13 changed files with 14 additions and 12 deletions
+3 -2
View File
@@ -3,8 +3,8 @@
use App\Services\HousekeepingPermissionsService;
use App\Services\PermissionsService;
use App\Services\SettingsService;
use Illuminate\Support\Str;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\Str;
if (! function_exists('setting')) {
function setting(string $setting): string
@@ -43,6 +43,7 @@ if (! function_exists('findMigration')) {
return basename($filename);
}
}
return '';
}
}
@@ -73,4 +74,4 @@ if (! function_exists('dropForeignKeyIfExists')) {
}
}
}
}
}