Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Add missing abstract function
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-magosa committed Oct 19, 2014
1 parent 83fc938 commit 636efd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/KM/Saffron/UrlMatcher/Base.php
Expand Up @@ -15,8 +15,12 @@
*/
namespace KM\Saffron\UrlMatcher;

use KM\Saffron\Request;

abstract class Base
{
abstract public function match(Request $request);

protected function filterParameters(array $parameters)
{
$result = [];
Expand Down

0 comments on commit 636efd0

Please sign in to comment.