Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dbp-relay-core-connector-textfile-bundle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Relay API Gateway
dbp-relay-core-connector-textfile-bundle
Commits
7f5aaa31
Commit
7f5aaa31
authored
May 16, 2023
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
fix another deprecation
parent
a4812bb7
No related branches found
No related tags found
No related merge requests found
Pipeline
#252398
passed
May 16, 2023
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Kernel.php
+2
-2
2 additions, 2 deletions
tests/Kernel.php
with
2 additions
and
2 deletions
tests/Kernel.php
+
2
−
2
View file @
7f5aaa31
...
...
@@ -16,7 +16,7 @@ use Symfony\Bundle\TwigBundle\TwigBundle;
use
Symfony\Component\Config\Loader\LoaderInterface
;
use
Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator
;
use
Symfony\Component\HttpKernel\Kernel
as
BaseKernel
;
use
Symfony\Component\Routing\
RouteCollectionBuilde
r
;
use
Symfony\Component\Routing\
Loader\Configurator\RoutingConfigurato
r
;
class
Kernel
extends
BaseKernel
{
...
...
@@ -34,7 +34,7 @@ class Kernel extends BaseKernel
yield
new
DbpRelayCoreBundle
();
}
protected
function
configureRoutes
(
Rout
eCollectionBuilde
r
$routes
)
protected
function
configureRoutes
(
Rout
ingConfigurato
r
$routes
)
{
$routes
->
import
(
'@DbpRelayCoreBundle/Resources/config/routing.yaml'
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment