Code style fixes (DIRECTORY_SEPARATOR -> '/').
This commit is contained in:
parent
d5333b2b80
commit
ba11827340
17 changed files with 50 additions and 46 deletions
|
|
@ -790,7 +790,7 @@ class Build extends Model
|
|||
*/
|
||||
protected function getZeroConfigPlugins(Builder $builder)
|
||||
{
|
||||
$pluginDir = SRC_DIR . 'Plugin' . DIRECTORY_SEPARATOR;
|
||||
$pluginDir = SRC_DIR . 'Plugin/';
|
||||
$dir = new \DirectoryIterator($pluginDir);
|
||||
|
||||
$config = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue