[TASK] Removed unused file

This commit is contained in:
Simon Sessingø
2015-09-18 18:44:47 +02:00
parent b4fa76a74d
commit 1b6eef6d29
-6
View File
@@ -1,6 +0,0 @@
<?php
namespace Pecee\Router;
abstract class RouterAlias {
abstract public function getPath($currentPath);
abstract public function getUrl($currentUrl);
}