Skip to content

Commit

Permalink
Apply fixes from StyleCI (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 21, 2021
1 parent 44fd2fa commit 0ee1669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class GiveNewApplicationInstanceToDatabaseManager
*/
public function handle($event): void
{
if (! $event->sandbox->resolved('db') ||
if (! $event->sandbox->resolved('db') ||
! method_exists($event->sandbox->make('db'), 'setApplication')) {
return;
}
Expand Down

0 comments on commit 0ee1669

Please sign in to comment.