fix tests
This commit is contained in:
@@ -10,7 +10,7 @@ class SchoolYearWriteGuard
|
||||
{
|
||||
public function assertEditable(array $schoolYears): void
|
||||
{
|
||||
if (!Schema::hasTable('school_years')) {
|
||||
if (! Schema::hasTable('school_years')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user