mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fixes migrations to actually rollback all the way.
This commit is contained in:
@@ -29,6 +29,6 @@ class AddAllocationsTable extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::dropIfExsits('allocations');
|
||||
Schema::dropIfExists('allocations');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user