Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Instantiation of controllers should check the class exists, there is an exception if not #85

Open
ppazos opened this issue Aug 21, 2019 · 0 comments

Comments

@ppazos
Copy link

ppazos commented Aug 21, 2019

Here https://github.com/noahbuscher/macaw/blob/master/Macaw.php#L135

There should be a:

if (!class_exists($segments[0]))
{
  // error
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant