Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 authored and actions-user committed Jan 18, 2021
1 parent 2c6b580 commit 5985d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Tenant.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ public function execute(callable $callable)

public function callback(callable $callable): \Closure
{
return fn() => $this->execute($callable);
return fn () => $this->execute($callable);
}
}

0 comments on commit 5985d9a

Please sign in to comment.