Test Setup Failed
Branch main (f96cb7)
by Emre
08:28
created
Category
src/TDKServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
      */
24 24
     public function boot()
25 25
     {
26
-        Response::macro('tdkThrow', function () {
26
+        Response::macro('tdkThrow', function() {
27 27
             $this->throw();
28 28
 
29 29
             if (isset($this->json()['error'])) {
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
             return $this;
34 34
         });
35 35
 
36
-        $this->app->singleton('thecaliskan-tdk', function ($app) {
36
+        $this->app->singleton('thecaliskan-tdk', function($app) {
37 37
             return new TDK($app);
38 38
         });
39 39
     }
Please login to merge, or discard this patch.