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