summaryrefslogtreecommitdiff
path: root/src/Routing/UrlGeneratorInterface.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-09-07 20:50:31 +0200
committermsquare <msquare@notrademark.de>2018-09-07 20:50:31 +0200
commit2d6bca1357faff28bc1f86a56b432cc463ff7574 (patch)
treece18461d2e170ac28dd365342a1f125a8a31aa3a /src/Routing/UrlGeneratorInterface.php
parentb320fc779063ee80b8f0ba505cb323287ccccbf5 (diff)
parentce6d0fd13b54ac79a955b85d50860736a520d333 (diff)
Merge branch 'MyIgel-routing'
Diffstat (limited to 'src/Routing/UrlGeneratorInterface.php')
-rw-r--r--src/Routing/UrlGeneratorInterface.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Routing/UrlGeneratorInterface.php b/src/Routing/UrlGeneratorInterface.php
deleted file mode 100644
index f1a8ffed..00000000
--- a/src/Routing/UrlGeneratorInterface.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-namespace Engelsystem\Routing;
-
-/**
- * To switch between different URL schemes.
- */
-interface UrlGeneratorInterface
-{
- /**
- * @param string $path
- * @param array $parameters
- * @return string
- */
- public function linkTo($path, $parameters = []);
-}