@@ -23,7 +23,7 @@ |
||
23 | 23 | */ |
24 | 24 | public function register() |
25 | 25 | { |
26 | - $this->app->bind('OpenGraph', function () { |
|
26 | + $this->app->bind('OpenGraph', function() { |
|
27 | 27 | return new \shweshi\OpenGraph\OpenGraph(); |
28 | 28 | }); |
29 | 29 | } |
@@ -59,7 +59,7 @@ |
||
59 | 59 | $headers = [ |
60 | 60 | 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', |
61 | 61 | 'Cache-Control: no-cache', |
62 | - 'User-Agent: ' . $userAgent, |
|
62 | + 'User-Agent: '.$userAgent, |
|
63 | 63 | ]; |
64 | 64 | |
65 | 65 | if ($lang) { |