/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Console/Scheduling/CacheAware.php
14 строк
238 B
Graham Campbell
Have a cache aware interface instead of concrete checks (#31903)
11 мар 2020, 15:36
Не верифицирован
11 мар 2020, 15:36
cb7a667
Код
Авторство
О чём код?
<?php namespace Illuminate\Console\Scheduling; interface CacheAware { /** * Specify the cache store that should be used. * * @param string $store * @return $this */ public function useStore($store); }