laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.47k stars 418 forks source link

[8.x] Correct basePath() parameter #1211

Closed ElfSundae closed 2 years ago

ElfSundae commented 2 years ago

According to the Application interface:

/**
 * Get the base path of the Laravel installation.
 *
 * @param  string  $path
 * @return string
 */
public function basePath($path = '');