diff --git a/.styleci.yml b/.styleci.yml index a1b99be9..547c3853 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,6 +1,7 @@ preset: laravel enabled: - native_function_invocation +- declare_strict_types disabled: - concat_without_spaces - ternary_operator_spaces diff --git a/assets/config.php b/assets/config.php index c836ca39..79dec526 100644 --- a/assets/config.php +++ b/assets/config.php @@ -1,5 +1,7 @@ 'Stancl\Tenancy\StorageDrivers\DatabaseStorageDriver', 'storage' => [ diff --git a/assets/migrations/2019_08_08_000000_create_tenants_table.php b/assets/migrations/2019_08_08_000000_create_tenants_table.php index 35158a88..f3de166a 100644 --- a/assets/migrations/2019_08_08_000000_create_tenants_table.php +++ b/assets/migrations/2019_08_08_000000_create_tenants_table.php @@ -1,5 +1,7 @@ where('path', '(.*)') ->name('stancl.tenancy.asset'); diff --git a/tests/BootstrapsTenancyTest.php b/tests/BootstrapsTenancyTest.php index f20170bb..f83f4dea 100644 --- a/tests/BootstrapsTenancyTest.php +++ b/tests/BootstrapsTenancyTest.php @@ -1,5 +1,7 @@