flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.6k stars 407 forks source link

Allowed for middlewares to be created with container #585

Closed n0nag0n closed 2 months ago

n0nag0n commented 2 months ago

This PR allows for middlewares to be called with just class names Middleware::class for use with and without a container handler.

n0nag0n commented 2 months ago

Ahh yeah.....I could have, but it was just bugging the crap out of me so I did it in the one commit haha!