@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Unicodeveloper\Quotes; |
4 | 4 | |
5 | -use GuzzleHttp\Client; |
|
6 | 5 | use Illuminate\Support\Collection; |
7 | 6 | |
8 | 7 | class Quotes { |
@@ -20,7 +20,7 @@ |
||
20 | 20 | */ |
21 | 21 | private function getQuotes($category = null) |
22 | 22 | { |
23 | - if(is_null($category)) { |
|
23 | + if (is_null($category)) { |
|
24 | 24 | return require_once("Quotes/programming.php"); |
25 | 25 | } |
26 | 26 |
@@ -34,6 +34,6 @@ |
||
34 | 34 | */ |
35 | 35 | public function provides() |
36 | 36 | { |
37 | - return ['laravel-quotes']; |
|
37 | + return [ 'laravel-quotes' ]; |
|
38 | 38 | } |
39 | 39 | } |
40 | 40 | \ No newline at end of file |