Skip to content

Commit

Permalink
changed to +=
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingmedia committed Jun 28, 2016
1 parent ec32a6b commit 3da0c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Table.php
Expand Up @@ -1236,7 +1236,7 @@ public function get($primaryKey, $options = [])
*/
public function findOrCreate($search, callable $callback = null, $options = [])
{
$options = $options + [
$options += [
'atomic' => true,
'defaults' => true
];
Expand Down

0 comments on commit 3da0c00

Please sign in to comment.