Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 2 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2 Revision 1712
Zeile 14... Zeile 14...
14
     * @return void
14
     * @return void
15
     */
15
     */
16
    protected function schedule(Schedule $schedule)
16
    protected function schedule(Schedule $schedule)
17
    {
17
    {
18
        // $schedule->command('inspire')->hourly();
18
        // $schedule->command('inspire')->hourly();
-
 
19
        $schedule->command("command:dump")->daily();
19
    }
20
    }
Zeile 20... Zeile 21...
20
 
21
 
21
    /**
22
    /**
22
     * Register the commands for the application.
23
     * Register the commands for the application.