Completed
Push — master ( 52caec...ac6145 )
by Şəhriyar
17:22
created
app/Console/Kernel.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -5,25 +5,25 @@
 block discarded – undo
5 5
 
6 6
 class Kernel extends ConsoleKernel {
7 7
 
8
-	/**
9
-	 * The Artisan commands provided by your application.
10
-	 *
11
-	 * @var array
12
-	 */
13
-	protected $commands = [
14
-		'App\Console\Commands\Inspire',
15
-	];
8
+    /**
9
+     * The Artisan commands provided by your application.
10
+     *
11
+     * @var array
12
+     */
13
+    protected $commands = [
14
+        'App\Console\Commands\Inspire',
15
+    ];
16 16
 
17
-	/**
18
-	 * Define the application's command schedule.
19
-	 *
20
-	 * @param  \Illuminate\Console\Scheduling\Schedule  $schedule
21
-	 * @return void
22
-	 */
23
-	protected function schedule(Schedule $schedule)
24
-	{
25
-		$schedule->command('inspire')
26
-				 ->hourly();
27
-	}
17
+    /**
18
+     * Define the application's command schedule.
19
+     *
20
+     * @param  \Illuminate\Console\Scheduling\Schedule  $schedule
21
+     * @return void
22
+     */
23
+    protected function schedule(Schedule $schedule)
24
+    {
25
+        $schedule->command('inspire')
26
+                    ->hourly();
27
+    }
28 28
 
29 29
 }
Please login to merge, or discard this patch.