Service not working - showing undefined function service() |
The file App/Common.php is designed to override system functions or to create globally-available functions. Therefore, this file is included at the very beginning of the start of the framework before, for example, services are defined. Call your function in some Controller or Helper instead.
// Edit: The url of the userguide have changed. |
Messages In This Thread |
Service not working - showing undefined function service() - by webdevron - 05-04-2020, 01:13 AM
RE: Service not working - showing undefined function service() - by vitnibel - 05-04-2020, 07:40 AM
|