mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Allow null response from frontControllerPath
This commit is contained in:
@@ -35,9 +35,9 @@ abstract public function isStaticFile(string $sitePath, string $siteName, string
|
||||
* @param string $sitePath
|
||||
* @param string $siteName
|
||||
* @param string $uri
|
||||
* @return string
|
||||
* @return string|null
|
||||
*/
|
||||
abstract public function frontControllerPath(string $sitePath, string $siteName, string $uri): string;
|
||||
abstract public function frontControllerPath(string $sitePath, string $siteName, string $uri): ?string;
|
||||
|
||||
/**
|
||||
* Find a driver that can serve the incoming request.
|
||||
|
||||
Reference in New Issue
Block a user