Skip to content

Commit af5ba26

Browse files
committed
Fix return type
1 parent fb1d2c0 commit af5ba26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public function __construct($basePath = null)
221221
* Begin configuring a new Laravel application instance.
222222
*
223223
* @param string|null $baseDirectory
224-
* @return \Illuminate\Foundation\ApplicationBuilder
224+
* @return \Illuminate\Foundation\Configuration\ApplicationBuilder
225225
*/
226226
public static function configure(string $baseDirectory = null)
227227
{

0 commit comments

Comments
 (0)