1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 16:14:05 +00:00

Merge branch 'master' into stein-j-readied-tenant

This commit is contained in:
lukinovec 2022-09-28 09:48:24 +02:00
commit b56934674a
107 changed files with 976 additions and 734 deletions

View file

@ -16,9 +16,7 @@ use Stancl\Tenancy\Resolvers\DomainTenantResolver;
class TenancyServiceProvider extends ServiceProvider
{
/**
* Register services.
*/
/* Register services. */
public function register(): void
{
$this->mergeConfigFrom(__DIR__ . '/../assets/config.php', 'tenancy');
@ -75,9 +73,7 @@ class TenancyServiceProvider extends ServiceProvider
});
}
/**
* Bootstrap services.
*/
/* Bootstrap services. */
public function boot(): void
{
$this->commands([