Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed May 11, 2024
1 parent 0d4f6a3 commit 62e909a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Platform/Providers/FoundationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Orchid\Platform\Providers;

use Illuminate\Auth\Events\Login;
use Illuminate\Routing\Router;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\Facades\Event;
Expand All @@ -18,7 +19,6 @@
use Orchid\Screen\Components\Popover;
use Tabuna\Breadcrumbs\BreadcrumbsServiceProvider;
use Watson\Active\ActiveServiceProvider;
use Illuminate\Auth\Events\Login;

/**
* Class FoundationServiceProvider.
Expand Down Expand Up @@ -95,7 +95,7 @@ public function registerOctaneEventsListen(): self
/**
* @return self
*/
public function registerLoginEventsListen():self
public function registerLoginEventsListen(): self
{
if (config('platform.auth', true)) {
Event::listen(Login::class, LockUserForLogin::class);
Expand Down

0 comments on commit 62e909a

Please sign in to comment.