1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 23:14:05 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2025-05-21 12:05:11 +00:00
parent 640ba9e7f1
commit 3d6be96f7d

View file

@ -10,6 +10,6 @@ class RLSCommentConstraintException extends Exception
{
public function __construct(string|null $message = null)
{
parent::__construct($message ?? "Invalid comment constraint.");
parent::__construct($message ?? 'Invalid comment constraint.');
}
}