mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:54:03 +00:00
Fix global resources test
This commit is contained in:
parent
42160aa93c
commit
c05262f534
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class SingleDatabaseTenancyTest extends TestCase
|
||||||
/** @test */
|
/** @test */
|
||||||
public function global_models_are_not_scoped_at_all()
|
public function global_models_are_not_scoped_at_all()
|
||||||
{
|
{
|
||||||
Schema::create('global_resource', function (Blueprint $table) {
|
Schema::create('global_resources', function (Blueprint $table) {
|
||||||
$table->increments('id');
|
$table->increments('id');
|
||||||
$table->string('text');
|
$table->string('text');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue