use config() to read env

This commit is contained in:
xiaomlove
2025-03-29 15:08:34 +07:00
parent 43df3ed492
commit bd9b4d7e1d
3 changed files with 10 additions and 5 deletions

View File

@@ -49,9 +49,9 @@ class Test extends Command
*/
public function handle()
{
$r = PersonalAccessToken::query()->find(11);
$r = config('nexus.ammds_secret');
// $r = SearchBox::query()->find(4)->ss()->orWhere("mode", 0)->get();
dd($r->abilitiesText);
dd($r);
}
}