mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 18:57:51 +08:00
Update DefinitionSource.php
This commit is contained in:
parent
921d7ea430
commit
98d4ee25d3
@ -231,7 +231,7 @@ class DefinitionSource implements DefinitionSourceInterface
|
||||
$this->printLn('Scanning ...');
|
||||
$this->scanner->scan($paths);
|
||||
$this->printLn('Scan completed.');
|
||||
if (!$this->enableCache) {
|
||||
if (! $this->enableCache) {
|
||||
return true;
|
||||
}
|
||||
// enableCache: set cache
|
||||
|
Loading…
Reference in New Issue
Block a user