Completed
Branch master (95e46b)
by Edgar
03:07
created
src/Inbounder/InbounderServiceProvider.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -6,19 +6,19 @@
 block discarded – undo
6 6
 
7 7
 class InbounderServiceProvider extends ServiceProvider
8 8
 {
9
-    /**
10
-     * Perform post-registration booting of services.
11
-     *
12
-     * @return void
13
-     */
14
-    public function boot()
15
-    {
16
-        $configFilePath = __DIR__ . '../config/inbounder.php';
9
+	/**
10
+	 * Perform post-registration booting of services.
11
+	 *
12
+	 * @return void
13
+	 */
14
+	public function boot()
15
+	{
16
+		$configFilePath = __DIR__ . '../config/inbounder.php';
17 17
 
18
-        $this->publishes([
19
-            $configFilePath => config_path('inbounder.php'),
20
-        ]);
18
+		$this->publishes([
19
+			$configFilePath => config_path('inbounder.php'),
20
+		]);
21 21
 
22
-        $this->mergeConfigFrom($configFilePath, 'inbounder');
23
-    }
22
+		$this->mergeConfigFrom($configFilePath, 'inbounder');
23
+	}
24 24
 }
25 25
\ No newline at end of file
Please login to merge, or discard this patch.