Skip to content

Commit 2abc2dc

Browse files
authored
Update Application.php
1 parent 3b05ac5 commit 2abc2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Application extends BaseApplication
1111
{
12-
public static function configure(string $basePath = null)
12+
public static function configure(?string $basePath = null)
1313
{
1414
$basePath = match (true) {
1515
is_string($basePath) => $basePath,

0 commit comments

Comments
 (0)