rinvex/cortex-foundation

View on GitHub
bootstrap/schedule.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

use Illuminate\Console\Scheduling\Schedule;

return function (Schedule $schedule) {
    // $schedule->command('inspire')->hourly();
};