mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
Fix syntax error
This commit is contained in:
parent
44acaadb6e
commit
9226a1ec6c
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ class CreateRLSPoliciesForTenantTables extends Command
|
|||
|
||||
return Command::SUCCESS;
|
||||
} else {
|
||||
$this->components->info("Table '$table' is not related to tenant. Make sure {$model::class} uses the BelongsToPrimaryModel trait.");
|
||||
$modelName = $model::class;
|
||||
$this->components->info("Table '$table' is not related to tenant. Make sure $modelName uses the BelongsToPrimaryModel trait.");
|
||||
|
||||
return Command::FAILURE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue