File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?php
22
33use BradyRenting \FilamentPasswordless \Http \Controllers \HandleMagicLinkController ;
4- use Illuminate \Support \Facades \Route ;
54use Filament \Facades \Filament ;
5+ use Illuminate \Support \Facades \Route ;
66
77foreach (Filament::getPanels () as $ panel ) {
88 if (! $ panel ->hasPlugin ('filament-passwordless ' )) {
Original file line number Diff line number Diff line change 11<?php
2-
2+
33namespace BradyRenting \FilamentPasswordless ;
4-
4+
55use BradyRenting \FilamentPasswordless \Http \Livewire \Auth \Login ;
66use Filament \Contracts \Plugin ;
77use Filament \Panel ;
88use Illuminate \Contracts \Auth \Authenticatable ;
9-
9+
1010class FilamentPasswordlessPlugin implements Plugin
1111{
1212 protected string $ model ;
@@ -25,13 +25,13 @@ public function getId(): string
2525 {
2626 return 'filament-passwordless ' ;
2727 }
28-
28+
2929 public function register (Panel $ panel ): void
3030 {
3131 $ panel
3232 ->login (Login::class);
3333 }
34-
34+
3535 public function boot (Panel $ panel ): void
3636 {
3737 //
You can’t perform that action at this time.
0 commit comments