Skip to content

Commit c13deb2

Browse files
committed
Fixed includes
1 parent 7463d4d commit c13deb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skeleton/app/config/sonata_admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22

3-
$loader->import('default.php');
4-
$loader->import('dist/sonata_admin.yml');
3+
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
4+
$loader->import(CMF_TEST_CONFIG_DIR.'/dist/sonata_admin.yml');

0 commit comments

Comments
 (0)