Completed
Push — develop ( eaabb5...15c5ff )
by greg
12s
created
config/module.config.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
             'playgroundcore_entity' => array(
36 36
                 'class' => \Doctrine\ORM\Mapping\Driver\AnnotationDriver::class,
37 37
                 'cache' => 'array',
38
-                'paths' => [__DIR__ . '/../src/Entity']
38
+                'paths' => [__DIR__.'/../src/Entity']
39 39
             ),
40 40
 
41 41
             'orm_default' => array(
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
         'rule_providers' => array(
78 78
             'BjyAuthorize\Provider\Rule\Config' => array(
79 79
                 'allow' => array(
80
-                    array(array('admin'), 'core',           array('dashboard', 'edit')),
80
+                    array(array('admin'), 'core', array('dashboard', 'edit')),
81 81
                 ),
82 82
             ),
83 83
         ),
@@ -536,25 +536,25 @@  discard block
 block discarded – undo
536 536
         'translation_file_patterns' => array(
537 537
             array(
538 538
                 'type'         => 'phpArray',
539
-                'base_dir'     => __DIR__ . '/../language',
539
+                'base_dir'     => __DIR__.'/../language',
540 540
                 'pattern'      => '%s.php',
541 541
                 'text_domain'  => 'playgroundcore'
542 542
             ),
543 543
             array(
544 544
                 'type'         => 'phpArray',
545
-                'base_dir'     => __DIR__ . '/../../../../language',
545
+                'base_dir'     => __DIR__.'/../../../../language',
546 546
                 'pattern'      => '%s.php',
547 547
                 'text_domain'  => 'playgroundcore'
548 548
             ),
549 549
             array(
550 550
                 'type'         => 'phpArray',
551
-                'base_dir'     => __DIR__ . '/../language',
551
+                'base_dir'     => __DIR__.'/../language',
552 552
                 'pattern'      => 'routes_%s.php',
553 553
                 'text_domain'  => 'routes'
554 554
             ),
555 555
             array(
556 556
                 'type'         => 'phpArray',
557
-                'base_dir'     => __DIR__ . '/../../../../language',
557
+                'base_dir'     => __DIR__.'/../../../../language',
558 558
                 'pattern'      => 'routes_%s.php',
559 559
                 'text_domain'  => 'routes'
560 560
             ),
@@ -563,8 +563,8 @@  discard block
 block discarded – undo
563 563
 
564 564
     'view_manager' => array(
565 565
         'template_path_stack' => array(
566
-            __DIR__ . '/../view/admin',
567
-            __DIR__ . '/../view/frontend',
566
+            __DIR__.'/../view/admin',
567
+            __DIR__.'/../view/frontend',
568 568
         ),
569 569
     ),
570 570
 
Please login to merge, or discard this patch.