Completed
Push — master ( dfe9be...a18398 )
by Sam
01:31
created
src/Providers/SnsMiddlewareServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
     {
24 24
         $this->app->bind(HttpClientInterface::class, FileGetContentsHttpClient::class);
25 25
 
26
-        $this->app->bind(MessageValidator::class, function (Application $app) {
27
-            return new MessageValidator(function (string $url) use ($app) {
26
+        $this->app->bind(MessageValidator::class, function(Application $app) {
27
+            return new MessageValidator(function(string $url) use ($app) {
28 28
                 /** @var HttpClientInterface $httpClient */
29 29
                 $httpClient = $app->make(HttpClientInterface::class);
30 30
 
Please login to merge, or discard this patch.