flightphp / core

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

Doesn't throw NOTICE for notFound and error overrides #543

Closed fadrian06 closed 8 months ago

fadrian06 commented 8 months ago

Now Engine::map is chainneable.

$engine = new Engine;

$engine->map(...)
  ->map(...)
  ->map(...);