1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 23:34:03 +00:00

minor code updates

This commit is contained in:
Samuel Štancl 2022-08-02 04:21:03 +02:00
parent d0baabbc9d
commit e9b6de78b2
3 changed files with 19 additions and 27 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([