浏览代码

Se agregó la config de services de BaseAdminBundle

Guillermo Espinoza 7 年之前
父节点
当前提交
fa68d24e55
共有 4 个文件被更改,包括 9 次插入8 次删除
  1. 1 0
      app/config/config.yml
  2. 1 1
      bin/symfony_requirements
  3. 6 6
      composer.lock
  4. 1 1
      web/config.php

+ 1 - 0
app/config/config.yml

@@ -16,6 +16,7 @@ imports:
     - { resource: "@StatsDBundle/Resources/config/services.yml" }
    
     - { resource: "@StatsBundle/Resources/config/services.yml" }
+    - { resource: '@BaseAdminBundle/Resources/config/services.yml' }
 
 # Put parameters here that don't need to change on each machine where the app is deployed
 # http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration

+ 1 - 1
bin/symfony_requirements

@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 
-require_once dirname(__FILE__).'/../var/SymfonyRequirements.php';
+require_once dirname(__FILE__).'/./SymfonyRequirements.php';
 
 $lineSize = 70;
 $symfonyRequirements = new SymfonyRequirements();

+ 6 - 6
composer.lock

@@ -1458,7 +1458,7 @@
                 "bundle",
                 "extra-data"
             ],
-            "time": "2017-07-05T12:20:18+00:00"
+            "time": "2017-07-05 12:20:18"
         },
         {
             "name": "ik/migrations-bundle",
@@ -1481,7 +1481,7 @@
                 "bundle",
                 "migrations"
             ],
-            "time": "2017-08-01T12:51:23+00:00"
+            "time": "2017-08-01 12:51:23"
         },
         {
             "name": "ik/oauthclient-bundle",
@@ -1531,7 +1531,7 @@
                 "bundle",
                 "owner-voter"
             ],
-            "time": "2017-06-12T15:49:24+00:00"
+            "time": "2017-06-12 15:49:24"
         },
         {
             "name": "ik/redis-bundle",
@@ -1597,7 +1597,7 @@
                 "stats",
                 "statsd"
             ],
-            "time": "2017-07-25T18:45:31+00:00"
+            "time": "2017-07-25 18:45:31"
         },
         {
             "name": "ik/webservice-bundle",
@@ -2462,7 +2462,7 @@
                 "oss_snmp",
                 "snmp"
             ],
-            "time": "2017-06-10T07:30:59+00:00"
+            "time": "2017-06-10 07:30:59"
         },
         {
             "name": "paragonie/random_compat",
@@ -5693,7 +5693,7 @@
                 }
             ],
             "description": "REST API Generator for Symfony 2",
-            "time": "2016-04-18T12:29:38+00:00"
+            "time": "2016-04-18 12:29:38"
         },
         {
             "name": "webmozart/assert",

+ 1 - 1
web/config.php

@@ -22,7 +22,7 @@ if (!in_array(@$_SERVER['REMOTE_ADDR'], array(
     exit('This script is only accessible from localhost.');
 }
 
-require_once dirname(__FILE__).'/../var/SymfonyRequirements.php';
+require_once dirname(__FILE__).'/./SymfonyRequirements.php';
 
 $symfonyRequirements = new SymfonyRequirements();