Typo error

Fixing a typo in name of schema.
This commit is contained in:
Stefan Azarić
2021-12-08 00:08:38 +01:00
committed by GitHub
parent 5a7b515a03
commit 02d803803c

View File

@ -30,6 +30,6 @@ class CreateUserCompanyTable extends Migration
*/
public function down()
{
Schema::dropIfExists('company_user');
Schema::dropIfExists('user_company');
}
}