Merge pull request #637 from azaricstefan/patch-1

Typo error
This commit is contained in:
Mohit Panjwani
2021-12-09 14:15:17 +05:30
committed by GitHub

View File

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