改名
This commit is contained in:
@@ -52,14 +52,19 @@ class Application extends BaseApplication
|
|||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->import(ConsoleProviders::class);
|
$this->import(ConsoleProviders::class);
|
||||||
$this->import(DatabasesProviders::class);
|
|
||||||
$this->import(ServerProviders::class);
|
$this->import(ServerProviders::class);
|
||||||
|
|
||||||
$this->import(CrontabProviders::class);
|
$this->import(CrontabProviders::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @throws NotFindClassException
|
||||||
|
*/
|
||||||
|
public function withDatabase()
|
||||||
|
{
|
||||||
|
$this->import(DatabasesProviders::class);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user