whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Traits
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/nwidart/laravel-modules/src/Traits/CanClearModulesCache.php
<?php namespace Nwidart\Modules\Traits; trait CanClearModulesCache { /** * Clear the modules cache if it is enabled */ public function clearCache() { if (config('modules.cache.enabled') === true) { app('cache')->forget(config('modules.cache.key')); } } }
Copyright ©2021 || Defacer Indonesia