mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Typo error
Fixing a typo in name of schema.
This commit is contained in:
@ -30,6 +30,6 @@ class CreateUserCompanyTable extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::dropIfExists('company_user');
|
||||
Schema::dropIfExists('user_company');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user