@@ -81,7 +81,7 @@ |
||
81 | 81 | public function shorten($longUrl) |
82 | 82 | { |
83 | 83 | $response = $this->getShorternerResponse($longUrl); |
84 | - if (! $this->extended) { |
|
84 | + if (!$this->extended) { |
|
85 | 85 | self::$buffer[$longUrl] = $response->id; |
86 | 86 | } |
87 | 87 |
@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | public function boot() |
16 | 16 | { |
17 | - $this->app->singleton('tzsk-shorten-url', function ($app) { |
|
17 | + $this->app->singleton('tzsk-shorten-url', function($app) { |
|
18 | 18 | return new GoogleUrlShortener($app); |
19 | 19 | }); |
20 | 20 |