mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Merge pull request #456 from StefanPrintezis/d8_autocomplete
Drupal 8 autocomplete
This commit is contained in:
@@ -51,7 +51,7 @@ public function isStaticFile($sitePath, $siteName, $uri)
|
||||
*/
|
||||
public function frontControllerPath($sitePath, $siteName, $uri)
|
||||
{
|
||||
if (!empty($uri) && $uri !== '/') {
|
||||
if (!isset($_GET['q']) && !empty($uri) && $uri !== '/') {
|
||||
$_GET['q'] = $uri;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user