style fixing

This commit is contained in:
Roberto Guagliardo
2025-07-09 02:37:23 +02:00
parent ca5719474c
commit 195f20bb69
23 changed files with 68 additions and 51 deletions

View File

@@ -12,7 +12,7 @@ class EducationSeeder extends Seeder
{
$path = database_path('data/education.json');
if (!File::exists($path)) {
if (! File::exists($path)) {
return;
}