Skip to content

Commit

Permalink
Group the parenthesis
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
  • Loading branch information
roland-d committed Jan 2, 2022
1 parent 693b984 commit 8b4be5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -302,8 +302,7 @@ public function setDefault($pk, $value = 1)
'default' => '1',
'extension' => $table->get('extension')
]
)
)
))
{
$table->default = 0;
$table->modified = $date;
Expand Down
Expand Up @@ -227,8 +227,7 @@ public function store($updateNulls = true)
'default' => '1',
'extension' => $this->extension
]
)
)
))
{
$table->default = 0;
$table->store();
Expand Down

0 comments on commit 8b4be5c

Please sign in to comment.