mirror of
https://github.com/itflow-org/itflow
synced 2026-08-23 16:05:12 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
20
libs/vendor/illuminate/contracts/Foundation/CachesRoutes.php
vendored
Normal file
20
libs/vendor/illuminate/contracts/Foundation/CachesRoutes.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Foundation;
|
||||
|
||||
interface CachesRoutes
|
||||
{
|
||||
/**
|
||||
* Determine if the application routes are cached.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function routesAreCached();
|
||||
|
||||
/**
|
||||
* Get the path to the routes cache file.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getCachedRoutesPath();
|
||||
}
|
||||
Reference in New Issue
Block a user