Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
This repository was 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

@ppazos

Description

@ppazos

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

There should be a:

if (!class_exists($segments[0]))
{
  // error
}

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