This commit is contained in:
2025-11-10 16:59:16 +08:00
parent 9f1a26dbf0
commit faefb94d1d
+1 -1
View File
@@ -27,7 +27,7 @@ class AppCompanySync extends HyperfCommand
{ {
$companies = CompanyRequest::all(); $companies = CompanyRequest::all();
dump($$companies); dump($companies->all());
$this->line('Hello Hyperf!', 'info'); $this->line('Hello Hyperf!', 'info');
} }