add login by passkey

This commit is contained in:
xiaomlove
2022-07-06 13:10:22 +08:00
parent 29fa81f7e0
commit 889413e2a8
8 changed files with 34 additions and 8 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class Test extends Command
*/
public function handle()
{
$r = Carbon::parse('2022-07-03 04:00:00')->diffInSeconds();
$r = \Composer\InstalledVersions::getPrettyVersion('filament/filament');
dd($r);
}