Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"boot" abstract method & $app['autoload'] deprecation #15

Open
neolitec opened this issue Jun 14, 2012 · 1 comment
Open

"boot" abstract method & $app['autoload'] deprecation #15

neolitec opened this issue Jun 14, 2012 · 1 comment

Comments

@neolitec
Copy link

In the recent versions of Silex, ServiceProviderInterface requires to define the "boot" method in the provider.

You can add

public function boot(Application $app) {}

in class DoctrineORMServiceProvider to fix this... but there is another error : $app['autoload'] is now deprecated...

@kleingeist
Copy link

there are two separate but duplicate issues: #16 and #14
i'd recommend to close this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants