Skip to content

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

@neolitec

Description

@neolitec

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions