- < * / \ * // \\ * //| . |\\ * "'\ /'"_.-~^`'-. * \ _ /--' ` * ___)( )(___ * (((__) (__))) 梦之所想,心之所向. */ namespace app\common\services; class UpdateCacheService { public function handle() { \Artisan::call('config:cache'); \Cache::flush(); } }