Explorar el Código

Merge pull request #31 from gazben/patch-1

Registration fix for lumen integration in readme
Jan Oris hace 8 años
padre
commit
fdeec1a5dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -109,7 +109,7 @@ Finally, you have to register your ServiceProvider (around line 70-80):
 // $app->register('App\Providers\AppServiceProvider');
 
 // Package service providers
-$app->register('Ixudra\Curl\Providers\CurlServiceProvider');
+$app->register(Ixudra\Curl\CurlServiceProvider::class);
 ```