Skip to content

Commit

Permalink
Fix to comfort PSR-2 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Theimer authored Dec 6, 2019
1 parent 9113184 commit aebbc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PermissionBooleanGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct($name, $attribute = null, callable $resolveCallback
*/
protected function fillAttributeFromRequest(NovaRequest $request, $requestAttribute, $model, $attribute)
{
if (!$request->exists($requestAttribute)) {
if (! $request->exists($requestAttribute)) {
return;
}

Expand Down

0 comments on commit aebbc4d

Please sign in to comment.