Fatal error: Class 'app\facade\Test' not found
Blue
Blue 2019-10-17 21:33:48
0
3
1775

[0] ThrowableError in Demo2.php line 28

Fatal error: Class 'app\facade\Test' not found

* __call When the method to be called does not exist or has insufficient permissions , the __call method will be automatically called. *__callStatic When the called static method does not exist or has insufficient permissions, the __callStatic method will be automatically called. * Method 1, define protected static function getFacadeClas in app\facade\Test

Blue
Blue

reply all(2)
小萝卜头

What’s going on? Brother, what the teacher said is a bit profound, I don’t understand.

Peter-Zhu

For a class that does not have a Facade, you can customize its facade according to the rules of the framework

  • reply Thank you. The problem has been solved.
    Blue author 2019-10-20 09:53:13
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template