BasicValetDriver::serves PHP Метод

serves() публичный Метод

Determine if the driver serves the request.
public serves ( string $sitePath, string $siteName, string $uri ) : boolean
$sitePath string
$siteName string
$uri string
Результат boolean
    public function serves($sitePath, $siteName, $uri)
    {
        return true;
    }