/var/www/cobraambalaj/vendor/laravel/framework/src/Illuminate/Cache/Console
NameSizeModeActions
stubs/-0755rm
CacheTableCommand.php17510644editdlrm
ClearCommand.php33160755editdlrm
ForgetCommand.php12100755editdlrm
Edit: /var/www/cobraambalaj/vendor/laravel/framework/src/Illuminate/Cache/Console/ForgetCommand.php (1210B)
cache = $cache; } /** * Execute the console command. * * @return void */ public function handle() { $this->cache->store($this->argument('store'))->forget( $this->argument('key') ); $this->info('The ['.$this->argument('key').'] key has been removed from the cache.'); } }