extend CachesConfiguration, CachesRoutes, HttpKernelInterface
This commit is contained in:
@@ -5,8 +5,10 @@ declare(strict_types=1);
|
||||
namespace Potter\Application;
|
||||
|
||||
use \Illuminate\Contracts\Foundation\Application as ApplicationContract;
|
||||
use \Illuminate\Contracts\Foundation\CachesConfiguration;
|
||||
use \Illuminate\Contracts\Foundation\CachesRoutes;
|
||||
use \Symfony\Component\HttpKernel\HttpKernelInterface;
|
||||
|
||||
interface ApplicationInterface extends ApplicationContract
|
||||
{
|
||||
|
||||
}
|
||||
interface ApplicationInterface extends ApplicationContract,
|
||||
CachesConfiguration, CachesRoutes, HttpKernelInterface
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user