You've already forked Atomcms-edit
chore: fix code style with Laravel Pint
This commit is contained in:
@@ -70,7 +70,7 @@ class DatabaseDiagnostic
|
||||
return DiagnosticResult::error(
|
||||
'Required Tables',
|
||||
'Missing: ' . implode(', ', $missing),
|
||||
'Run: php artisan migrate'
|
||||
'Run: php artisan migrate',
|
||||
);
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ class DatabaseDiagnostic
|
||||
return DiagnosticResult::warning(
|
||||
'Radio Tables',
|
||||
'Missing: ' . implode(', ', $missing),
|
||||
'Run radio migration seeder'
|
||||
'Run radio migration seeder',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user