1 | <?php |
||||
2 | return [ |
||||
3 | 'artisan_path' => env('PARAVEL_ARTISAN_PATH', base_path("artisan")), |
||||
0 ignored issues
–
show
Bug
introduced
by
![]() The function
env was not found. Maybe you did not declare it correctly or list all dependencies?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the
![]() |
|||||
4 | ]; |
||||
5 |