Skip to content

Commit f4c0c98

Browse files
grusch-itadamwathan
authored andcommitted
Fix contao driver never gets loaded
The symfony valet driver should not override the contao valet driver.
1 parent bbf7a45 commit f4c0c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/drivers/ValetDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public static function assign($sitePath, $siteName, $uri)
5454

5555
$drivers[] = 'WordPressValetDriver';
5656
$drivers[] = 'BedrockValetDriver';
57+
$drivers[] = 'ContaoValetDriver';
5758
$drivers[] = 'SymfonyValetDriver';
5859
$drivers[] = 'CraftValetDriver';
5960
$drivers[] = 'StatamicValetDriver';
@@ -62,7 +63,6 @@ public static function assign($sitePath, $siteName, $uri)
6263
$drivers[] = 'SculpinValetDriver';
6364
$drivers[] = 'JigsawValetDriver';
6465
$drivers[] = 'KirbyValetDriver';
65-
$drivers[] = 'ContaoValetDriver';
6666
$drivers[] = 'KatanaValetDriver';
6767
$drivers[] = 'JoomlaValetDriver';
6868
$drivers[] = 'DrupalValetDriver';

0 commit comments

Comments
 (0)