Completed
Push — master ( 60f903...2a2504 )
by Dan Michael O.
07:32
created
app/Console/Kernel.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,15 +24,15 @@
 block discarded – undo
24 24
     protected function schedule(Schedule $schedule)
25 25
     {
26 26
         $schedule->command('colligator:harvest-oaipmh samling42 --daily')
27
-                 ->dailyAt('02:00');
27
+                    ->dailyAt('02:00');
28 28
 
29 29
         // Bring subject heading usage counts up-to-date
30 30
         $schedule->command('colligator:reindex')
31
-                 ->weekly()->sundays()->at('04:00');
31
+                    ->weekly()->sundays()->at('04:00');
32 32
 
33 33
         // Check new documents for xisbn
34 34
         $schedule->command('colligator:harvest-xisbn')
35
-                 ->weekly()->saturdays()->at('04:00');
35
+                    ->weekly()->saturdays()->at('04:00');
36 36
     }
37 37
 
38 38
     /**
Please login to merge, or discard this patch.
app/Providers/CoverCacheServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class CoverCacheServiceProvider extends ServiceProvider
11 11
 {
12
-	/**
12
+    /**
13 13
      * Indicates if loading of the provider is deferred.
14 14
      *
15 15
      * @var bool
Please login to merge, or discard this patch.