We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1d2c0 commit af5ba26Copy full SHA for af5ba26
src/Illuminate/Foundation/Application.php
@@ -221,7 +221,7 @@ public function __construct($basePath = null)
221
* Begin configuring a new Laravel application instance.
222
*
223
* @param string|null $baseDirectory
224
- * @return \Illuminate\Foundation\ApplicationBuilder
+ * @return \Illuminate\Foundation\Configuration\ApplicationBuilder
225
*/
226
public static function configure(string $baseDirectory = null)
227
{
0 commit comments