soft deleting tenants

This commit is contained in:
Samuel Štancl 2019-10-11 20:17:18 +02:00
parent c34e9780a6
commit 733a461d93
2 changed files with 12 additions and 2 deletions

View file

@ -9,7 +9,7 @@ section: content
The `config/tenancy.php` file lets you configure how the package behaves.
> **Note:** If the `tenancy.php` file doesn't exist in your `config` directory, you can publish it by running `php artisan vendor:publish --provider='Stancl\Tenancy\TenancyServiceProvider' --tag=config`
> If the `tenancy.php` file doesn't exist in your `config` directory, you can publish it by running `php artisan vendor:publish --provider='Stancl\Tenancy\TenancyServiceProvider' --tag=config`
### `storage_driver, storage` {#storage}