File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 9
9
}
10
10
11
11
if (empty ($ dir )) {
12
- $ dir = realpath ( posix_getcwd () );
12
+ $ dir = posix_getcwd ();
13
13
}
14
14
15
+ $ dir = realpath ($ dir );
16
+
15
17
if (file_exists ($ dir .'/vendor/autoload.php ' )) {
16
18
$ loader = require $ dir .'/vendor/autoload.php ' ;
17
19
}
Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ protected function getRootDir($uri = false)
95
95
}
96
96
97
97
if (empty ($ dir )) {
98
- $ dir = realpath ( __DIR__ .'/../.. ' ) ;
98
+ $ dir = __DIR__ .'/../.. ' ;
99
99
}
100
100
101
- return $ dir ;
101
+ return realpath ( $ dir) ;
102
102
}
103
103
104
104
private function initPlugins ()
Original file line number Diff line number Diff line change 1
1
imports :
2
- - { resource: services/ }
2
+ - { resource: services/listeners.yml }
3
+ - { resource: services/logging.yml }
4
+ - { resource: services/synthetics.yml }
3
5
4
6
services :
5
7
event_dispatcher :
You can’t perform that action at this time.
0 commit comments