File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1717 }
1818 ],
1919 "require" : {
20- "moox/core" : " ^3.1.2 " ,
20+ "moox/core" : " self.version " ,
2121 "web-auth/webauthn-lib" : " ^5.0"
2222 },
23+ "require-dev" : {
24+ "moox/devtools" : " self.version"
25+ },
2326 "autoload" : {
2427 "psr-4" : {
2528 "Moox\\ Passkey\\ " : " src"
3437 },
3538 "minimum-stability" : " stable" ,
3639 "prefer-stable" : true
37- }
40+ }
Original file line number Diff line number Diff line change 22
33namespace Moox \Passkey \Resources ;
44
5- use Filament \Schemas \Schema ;
6- use Filament \Schemas \Components \Utilities \Set ;
7- use Filament \Actions \EditAction ;
85use Filament \Actions \DeleteBulkAction ;
6+ use Filament \Actions \EditAction ;
97use Filament \Forms \Components \Select ;
108use Filament \Forms \Components \Textarea ;
119use Filament \Forms \Components \TextInput ;
1210use Filament \Resources \Resource ;
11+ use Filament \Schemas \Components \Utilities \Set ;
12+ use Filament \Schemas \Schema ;
1313use Filament \Tables \Columns \TextColumn ;
1414use Filament \Tables \Table ;
1515use Illuminate \Support \Facades \Config ;
@@ -27,7 +27,7 @@ class PasskeyResource extends Resource
2727
2828 protected static ?string $ model = Passkey::class;
2929
30- protected static string | \BackedEnum | null $ navigationIcon = 'gmdi-fingerprint-o ' ;
30+ protected static string | \BackedEnum | null $ navigationIcon = 'gmdi-fingerprint-o ' ;
3131
3232 #[Override]
3333 public static function form (Schema $ schema ): Schema
You can’t perform that action at this time.
0 commit comments