1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00

register typo3 driver

This commit is contained in:
Florian Schwaiger
2016-09-22 15:35:17 -04:00
parent 9414b264e9
commit 7e550f9920
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ public static function assign($sitePath, $siteName, $uri)
$drivers[] = 'ContaoValetDriver';
$drivers[] = 'KatanaValetDriver';
$drivers[] = 'JoomlaValetDriver';
$drivers[] = 'Typo3ValetDriver';
$drivers[] = 'BasicValetDriver';