mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
[api] authenticate check is normal
This commit is contained in:
@@ -57,8 +57,8 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$rep = new UserRepository();
|
||||
$r = $rep->getDetail(1);
|
||||
$r = floatval(25.32);
|
||||
dd($r);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user