Test Setup Failed
Branch main (f34691)
by Mumuni
08:19
created
src/ThetellaraServiceProvider.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@  discard block
 block discarded – undo
23 23
     protected $defer = false;
24 24
 
25 25
     /**
26
-    * Publishes all the config file this package needs to function
27
-    */
26
+     * Publishes all the config file this package needs to function
27
+     */
28 28
     public function boot()
29 29
     {
30 30
         $config = realpath(__DIR__.'/../resources/config/theteller.php');
@@ -35,8 +35,8 @@  discard block
 block discarded – undo
35 35
     }
36 36
 
37 37
     /**
38
-    * Register the application services.
39
-    */
38
+     * Register the application services.
39
+     */
40 40
     public function register()
41 41
     {
42 42
         $this->app->bind('thetellara', function () {
@@ -47,9 +47,9 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-    * Get the services provided by the provider
51
-    * @return array
52
-    */
50
+     * Get the services provided by the provider
51
+     * @return array
52
+     */
53 53
     public function provides()
54 54
     {
55 55
         return ['thetellara'];
Please login to merge, or discard this patch.