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

Make addTenantParameter(false) sound by adding domain() logic to route cloning

This commit is contained in:
Samuel Štancl 2025-07-29 02:36:45 +02:00
parent 6676193ff5
commit 317bb795ed
3 changed files with 90 additions and 29 deletions

View file

@ -21,7 +21,6 @@ $rules = [
'blank_line_before_statement' => [
'statements' => ['return']
],
'braces' => true,
'cast_spaces' => true,
'class_definition' => true,
'concat_space' => [