This commit is contained in:
hackerESQ
2024-09-09 14:49:34 -05:00
parent 6bb0ad4980
commit cf38f18085
4 changed files with 9 additions and 76 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
namespace App\Console\Commands;
use App\Models\Holding;
use Illuminate\Console\Command;
class SyncDailyChange extends Command
@@ -38,6 +37,6 @@ class SyncDailyChange extends Command
*/
public function handle()
{
//
$this->line('test');
}
}