Skip to content

Commit

Permalink
Replace user routing file cas.yaml with cas.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 25, 2020
1 parent cf400cd commit 5321218
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Resources/config/routes/cas.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;

return static function (RoutingConfigurator $routes) {
$routes
->import('@CasBundle/Resources/config/routes/routing.xml')
->prefix('/cas');
};
3 changes: 0 additions & 3 deletions Resources/config/routes/cas.yaml

This file was deleted.

0 comments on commit 5321218

Please sign in to comment.