jacquestvanzuydam / laravel-firebird

Firebird Illuminate package for Laravel 5
63 stars 93 forks source link

Edit README: to match laravel 5.5 SP syntax #67

Closed selmo47 closed 5 years ago

selmo47 commented 5 years ago

In laravel 5.5, to declare a Service provider in config/app.php, we shoul use a stitc call with '::' that why it becomes: Firebird\FirebirdServiceProvider::class instead of Firebird\FirebirdServiceProvider

jacquestvanzuydam commented 5 years ago

Thanks for your contribution