1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-11-16 23:42:32 +01:00

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');
}
};
}