mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 01:24:05 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
55d0a9ab87
commit
06cc7bf686
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ abstract class TenantCouldNotBeIdentifiedException extends Exception implements
|
||||||
/** Set the message. */
|
/** Set the message. */
|
||||||
protected function tenantCouldNotBeIdentified(string $how): static
|
protected function tenantCouldNotBeIdentified(string $how): static
|
||||||
{
|
{
|
||||||
$this->message = "Tenant could not be identified " . $how;
|
$this->message = 'Tenant could not be identified ' . $how;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue