Page MenuHomeDevCentral

Kernel.php
No OneTemporary

Kernel.php

<?php namespace AuthGrove\Console;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel {
/**
* The Artisan commands provided by your application.
*
* @var array
*/
protected $commands = [
'AuthGrove\Console\Commands\AccountInfo',
'AuthGrove\Console\Commands\AccountDump',
'AuthGrove\Console\Commands\AccountReset',
'AuthGrove\Console\Commands\Inspire',
'AuthGrove\Console\Commands\DatabaseShell',
];
/**
* Define the application's command schedule.
*
* @param \Illuminate\Console\Scheduling\Schedule $schedule
* @return void
*/
protected function schedule(Schedule $schedule) {
$schedule->command('inspire')
->hourly();
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, May 3, 06:50 (18 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3666235
Default Alt Text
Kernel.php (851 B)

Event Timeline