[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
小萝卜头2020-01-06 22:26:27
What’s going on? Brother, what the teacher said is a bit profound, I don’t understand.
天蓬老师2019-10-19 09:06:43
For a class that does not have a Facade, you can customize its facade according to the rules of the framework