Skip to content

Commit

Permalink
Small formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 12, 2018
1 parent 9fbcc77 commit e5d9802
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Cms/System.php
Expand Up @@ -257,8 +257,12 @@ public function license()

// check for all required fields for the validation
if (isset(
$license['license'], $license['order'], $license['date'],
$license['email'], $license['url'], $license['signature']
$license['license'],
$license['order'],
$license['date'],
$license['email'],
$license['url'],
$license['signature']
) !== true) {
return false;
}
Expand Down

0 comments on commit e5d9802

Please sign in to comment.