@@ -22,7 +22,7 @@ |
||
22 | 22 | 'shodan' |
23 | 23 | ); |
24 | 24 | |
25 | - $this->app->bind('shodan', function () { |
|
25 | + $this->app->bind('shodan', function() { |
|
26 | 26 | return new Shodan(); |
27 | 27 | }); |
28 | 28 | } |