Completed
Pull Request — master (#237)
by
unknown
04:56 queued 02:55
created
app/Console/Kernel.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -33,28 +33,28 @@
 block discarded – undo
33 33
     {
34 34
 
35 35
         $schedule->command('bb:calculate-proposal-votes')->hourly()
36
-            ->then( function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/U6l211ROnnZR1vI'); } );
36
+            ->then(function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/U6l211ROnnZR1vI'); } );
37 37
 
38 38
         $schedule->command('bb:check-memberships')->dailyAt('06:00')
39
-            ->then( function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/76TWKkWBBpaIyOe'); } );
39
+            ->then(function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/76TWKkWBBpaIyOe'); } );
40 40
 
41 41
         $schedule->command('bb:fix-equipment-log')->hourly()
42
-            ->then( function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/nxi4SJkwZpIAkBv'); } );
42
+            ->then(function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/nxi4SJkwZpIAkBv'); } );
43 43
 
44 44
         $schedule->command('bb:calculate-equipment-fees')->dailyAt('02:00')
45
-            ->then( function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/tFdRdkUoqSa8X66'); } );
45
+            ->then(function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/tFdRdkUoqSa8X66'); } );
46 46
 
47 47
         $schedule->command('bb:update-balances')->dailyAt('03:00')
48
-            ->then( function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/TSmoQANsHU9jbtU'); } );
48
+            ->then(function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/TSmoQANsHU9jbtU'); } );
49 49
 
50 50
         $schedule->command('bb:create-todays-sub-charges')->dailyAt('01:00')
51
-            ->then( function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/wSIUR1E2wjVBzPg'); } );
51
+            ->then(function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/wSIUR1E2wjVBzPg'); } );
52 52
 
53 53
         $schedule->command('bb:bill-members')->dailyAt('01:30')
54
-            ->then( function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/nxAz59P6LXlu2P1'); } );
54
+            ->then(function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/nxAz59P6LXlu2P1'); } );
55 55
 
56 56
         $schedule->command('device:check-online')->everyTenMinutes()
57
-            ->then( function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/WU4zql7LwZs1CzT'); } );
57
+            ->then(function () { $this->pingIfProduction('https://beats.envoyer.io/heartbeat/WU4zql7LwZs1CzT'); } );
58 58
     }
59 59
 
60 60
     protected function pingIfProduction($url)
Please login to merge, or discard this patch.