7 lines
142 B
PHP
7 lines
142 B
PHP
<?php
|
|
|
|
use Illuminate\Foundation\Inspiring;
|
|
use Illuminate\Support\Facades\Artisan;
|
|
|
|
Schedule::command('feeds:fetch')->everyFifteenMinutes();
|