summaryrefslogtreecommitdiff
path: root/src/Http/UrlGenerator.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Http/UrlGenerator.php')
-rw-r--r--src/Http/UrlGenerator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Http/UrlGenerator.php b/src/Http/UrlGenerator.php
index 7ced769e..d84a02b5 100644
--- a/src/Http/UrlGenerator.php
+++ b/src/Http/UrlGenerator.php
@@ -4,7 +4,7 @@ namespace Engelsystem\Http;
/**
* Provides urls when rewriting on the webserver is enabled. (default)
- *
+ *
* The urls have the form <app url>/<path>?<parameters>
*/
class UrlGenerator implements UrlGeneratorInterface