PHP-DI / Slim-Bridge

PHP-DI integration with the Slim framework
http://php-di.org/doc/frameworks/slim.html
MIT License
176 stars 38 forks source link

feat: change private createControllerInvoker to protected #67

Closed regnerisch closed 3 years ago

regnerisch commented 3 years ago

I need to overwrite the Bridge::create function because I need a custom Slim/AppFactory / Slim/App. With help of the protected createControllerInvoker instead of private I do not need to rewirte that code.

I hope it is clear and possible to use protected instead of private.

Thanks in advanced.

mnapoli commented 3 years ago

I'm sorry I'm trying to keep the API surface of the project to a minimum, it's better if you copy those 7 lines of code in your project.