This commit is contained in:
iVampireSP.com 2022-09-15 12:23:47 +08:00
parent 2ae48abae2
commit 6c81c37b73
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -14,7 +14,7 @@
public function up() public function up()
{ {
// //
Schema::dropDatabaseIfExists('transcations'); Schema::dropIfExists('transcations');
} }
// /** // /**