mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
[4.x] Cloning: addTenantParameter(bool), domain(string|null) (#1374)
* Add test for the new clone action addTenantParameter property * Add $addTenantParameter properyt to the clone action * Fix code style (php-cs-fixer) * Update clone action annotation * Make addTenantParameter(false) sound by adding domain() logic to route cloning --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
parent
0ef0104355
commit
b2f2669885
3 changed files with 122 additions and 22 deletions
|
|
@ -21,7 +21,6 @@ $rules = [
|
|||
'blank_line_before_statement' => [
|
||||
'statements' => ['return']
|
||||
],
|
||||
'braces' => true,
|
||||
'cast_spaces' => true,
|
||||
'class_definition' => true,
|
||||
'concat_space' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue