Skip to content

Commit

Permalink
Duplicate configs on certain situations FriendsOfCake#578
Browse files Browse the repository at this point in the history
Add .idea to gitignore
  • Loading branch information
xavier83ar committed Dec 15, 2021
1 parent 1b76964 commit a66833c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor/
composer.lock
.phpunit.result.cache
.idea
2 changes: 1 addition & 1 deletion src/Model/Behavior/UploadBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function initialize(array $config): void
}
}

$this->setConfig($configs);
$this->setConfig($configs, null, 'shallow');
$this->setConfig('className', null);

$schema = $this->_table->getSchema();
Expand Down

0 comments on commit a66833c

Please sign in to comment.