Вход Регистрация
Файл: gapps/app/Console/Kernel.php
Строк: 34
<?php

namespace AppConsole;

use 
IlluminateConsoleSchedulingSchedule;
use 
IlluminateFoundationConsoleKernel as ConsoleKernel;

class 
Kernel extends ConsoleKernel
{
    
/**
     * The Artisan commands provided by your application.
     *
     * @var array
     */
    
protected $commands = [
        
// CommandsInspire::class,
    
];

    
/**
     * Define the application's command schedule.
     *
     * @param  IlluminateConsoleSchedulingSchedule  $schedule
     * @return void
     */
    
protected function schedule(Schedule $schedule)
    {
        
// $schedule->command('inspire')
        //          ->hourly();
    
}
}
Онлайн: 4
Реклама