Completed
Push — master ( c7c564...8bfd95 )
by Dan Michael O.
11:45
created
app/Console/Kernel.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,14 +29,14 @@
 block discarded – undo
29 29
     protected function schedule(Schedule $schedule)
30 30
     {
31 31
         $schedule->command('colligator:harvest-oaipmh samling42 --daily')
32
-                 ->dailyAt('02:00');
32
+                    ->dailyAt('02:00');
33 33
 
34 34
         // Bring subject heading usage counts up-to-date
35 35
         $schedule->command('colligator:reindex')
36
-                 ->weekly()->sundays()->at('04:00');
36
+                    ->weekly()->sundays()->at('04:00');
37 37
 
38 38
         // Check new documents for xisbn
39 39
         $schedule->command('colligator:harvest-xisbn')
40
-                 ->weekly()->saturdays()->at('04:00');
40
+                    ->weekly()->saturdays()->at('04:00');
41 41
     }
42 42
 }
Please login to merge, or discard this patch.