extend \Illuminate\Contracts\Foundation\Application
This commit is contained in:
@@ -4,7 +4,9 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace Potter\Application;
|
namespace Potter\Application;
|
||||||
|
|
||||||
interface ApplicationInterface
|
use \Illuminate\Contracts\Foundation\Application as ApplicationContract;
|
||||||
|
|
||||||
|
interface ApplicationInterface extends ApplicationContract
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user