Sindbad~EG File Manager

Current Path : /var/www/html/eva.sumar.com.py/vendor/laravel/framework/src/Illuminate/Cache/
Upload File :
Current File : /var/www/html/eva.sumar.com.py/vendor/laravel/framework/src/Illuminate/Cache/TaggableStore.php

<?php

namespace Illuminate\Cache;

use Illuminate\Contracts\Cache\Store;

abstract class TaggableStore implements Store
{
    /**
     * Begin executing a new tags operation.
     *
     * @param  array|mixed  $names
     * @return \Illuminate\Cache\TaggedCache
     */
    public function tags($names)
    {
        return new TaggedCache($this, new TagSet($this, is_array($names) ? $names : func_get_args()));
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists