Your IP : 13.58.191.60


Current Path : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Console/Scheduling/
Upload File :
Current File : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheAware.php

<?php

namespace Illuminate\Console\Scheduling;

interface CacheAware
{
    /**
     * Specify the cache store that should be used.
     *
     * @param  string  $store
     * @return $this
     */
    public function useStore($store);
}

?>