mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:14:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
640ba9e7f1
commit
3d6be96f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ class RLSCommentConstraintException extends Exception
|
||||||
{
|
{
|
||||||
public function __construct(string|null $message = null)
|
public function __construct(string|null $message = null)
|
||||||
{
|
{
|
||||||
parent::__construct($message ?? "Invalid comment constraint.");
|
parent::__construct($message ?? 'Invalid comment constraint.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue