Answers for "Auth' not found"

PHP
0

Auth' not found

To fix this, add use Auth; at the top of your Controller file along with your other use statements or alternatively prefix all instances of Auth with backslash like this: \Auth to let PHP know to load it from the global namespace.
Posted by: Guest on May-02-2022

Code answers related to "Auth' not found"

Browse Popular Code Answers by Language