Skip to content

Commit

Permalink
Merge pull request #22 from gmorel/feature/cleaning
Browse files Browse the repository at this point in the history
Cleaning
  • Loading branch information
shouze authored Feb 5, 2017
2 parents 4e333ac + 7f94917 commit a75d91f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ composer require --dev rezzza/jadd:dev-master

## Routing supported

- Symfony YAML
- Symfony YAML (Don't support YAML + `@Route` Annotation in Controller)

## Output supported

Expand Down
3 changes: 0 additions & 3 deletions src/Infra/Symfony/SymfonyRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
use Symfony\Component\Routing\Loader\YamlFileLoader;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;

use Rezzza\Jadd\Domain\EndpointCollector;
use Rezzza\Jadd\Domain\Route;
use Rezzza\Jadd\Domain\Router;

class SymfonyRouter implements Router
{
private $routeLoader;

private $endpointCollector;

public function __construct(YamlFileLoader $routeLoader)
{
$this->routeLoader = $routeLoader;
Expand Down

0 comments on commit a75d91f

Please sign in to comment.