Closed ghost closed 7 years ago
Hi. ErrorException (E_NOTICE) Undefined index: require in file DecomposerController.php line 24 $dependencies = $dependenciesArray['require']; with package caouecs/laravel-lang
this correct example: $dependencies = $dependenciesArray['require'] ?? ['Dependency' => 'none'];
@trixanapp Fixed in b760626839f2d113c1896b4f972b1357d9bb0b4b and released with the v0.1.4 , thank you for pointing it out :)
Hi. ErrorException (E_NOTICE) Undefined index: require in file DecomposerController.php line 24 $dependencies = $dependenciesArray['require']; with package caouecs/laravel-lang
this correct example: $dependencies = $dependenciesArray['require'] ?? ['Dependency' => 'none'];