Closed gattytto closed 5 years ago
Now package use only one service provider PropelIntegrationServiceProvider and you must open your config/app.php file and replace:
PropelIntegrationServiceProvider
config/app.php
Allboo\PropelLaravel\GeneratorServiceProvider::class, Allboo\PropelLaravel\RuntimeServiceProvider::class,
with:
Propel\PropelLaravel\PropelIntegrationServiceProvider::class,
Thanks @gattytto
as stated in UPGRADE.md: Service providers
Now package use only one service provider
PropelIntegrationServiceProvider
and you must open yourconfig/app.php
file and replace:with: