Removed semi colon

Removed semi colon
This commit is contained in:
cp6 2022-02-21 11:18:15 +11:00
parent abca765044
commit 807221a7c0

View File

@ -31,4 +31,4 @@ class CreateMiscsTable extends Migration
{
Schema::dropIfExists('misc_services');
}
};
}