mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:34:04 +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. */
|
||||
protected function tenantCouldNotBeIdentified(string $how): static
|
||||
{
|
||||
$this->message = "Tenant could not be identified " . $how;
|
||||
$this->message = 'Tenant could not be identified ' . $how;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue