app()
app(string|null $alias = null) : mixed
Get an instance of the Omega Application.
Parameters
string|null | $alias | Holdds the instance alias or null to get the main application instance. |
Returns
mixed —Returns the resolved instance or the main application instance if no alias is provided.