mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 05:24:03 +00:00
Add identification section to config, refactor static properties
This commit is contained in:
parent
e5bc8ddb77
commit
ccaba05272
17 changed files with 153 additions and 97 deletions
|
|
@ -11,7 +11,7 @@ class RouteIsMissingTenantParameterException extends Exception
|
|||
{
|
||||
public function __construct()
|
||||
{
|
||||
$parameter = PathTenantResolver::$tenantParameterName;
|
||||
$parameter = PathTenantResolver::tenantParameterName();
|
||||
|
||||
parent::__construct("The route's first argument is not the tenant id (configured paramter name: $parameter).");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue