Skip to content

Commit fb55bee

Browse files
dmitrakovichgithub-actions[bot]
authored andcommitted
Format dmitrakovich code
1 parent 758a652 commit fb55bee

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

src/app/Filament/Pages/Auth/Login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace App\Filament\Pages\Auth;
44

5-
use Filament\Pages\Auth\Login as BaseAuth;
65
use Filament\Forms\Components\Component;
76
use Filament\Forms\Components\TextInput;
7+
use Filament\Pages\Auth\Login as BaseAuth;
88
use Illuminate\Validation\ValidationException;
99

1010
class Login extends BaseAuth

src/app/Filament/Widgets/BlogPostsChart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ protected function getData(): array
2525
// ->perMonth()
2626
// ->count();
2727

28-
2928
return [
3029
'datasets' => [
3130
[

src/app/Filament/Widgets/StatsOverview.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ protected function getStats(): array
1717
// оффлайн заказы
1818
// заказы на сайте
1919

20-
2120
Stat::make('Revenue', '$192.10k')
2221
->description('32k increase')
2322
->descriptionIcon('heroicon-m-arrow-trending-up')

src/app/Providers/AdminPanelProvider.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ public function panel(Panel $panel): Panel
9494
->authMiddleware([
9595
Authenticate::class,
9696
])
97-
->authGuard('admin')
98-
// ->spa()
99-
;
97+
->authGuard('admin');
98+
// ->spa()
10099
}
101100
}

0 commit comments

Comments
 (0)