mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:24:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
2de182a260
commit
e009f6700c
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ class CreateStorageSymlinks implements ShouldQueue
|
|||
|
||||
public function __construct(
|
||||
public Tenant $tenant,
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue