Skip to content

Commit dfafb33

Browse files
author
Alexander Cherednikov
committed
FIX CI
1 parent 6142b38 commit dfafb33

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

config/routes.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
6+
7+
return static function (RoutingConfigurator $routing): void {
8+
$routing->import('../src/**/routing.php');
9+
};

config/routes.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)