@@ -1,86 +1,86 @@ |
||
1 | 1 | <?php |
2 | 2 | return [ |
3 | - 0 => |
|
4 | - [ |
|
5 | 3 | 0 => |
6 | 4 | [ |
7 | - 'url' => '', |
|
8 | - 'controller' => 'App\\Containers\\Demo\\Controller\\IndexController', |
|
9 | - 'action' => 'attributes', |
|
10 | - 'middleware' => |
|
11 | - [ |
|
5 | + 0 => |
|
6 | + [ |
|
7 | + 'url' => '', |
|
8 | + 'controller' => 'App\\Containers\\Demo\\Controller\\IndexController', |
|
9 | + 'action' => 'attributes', |
|
10 | + 'middleware' => |
|
11 | + [ |
|
12 | 12 | 'before' => |
13 | 13 | [ |
14 | - 0 => |
|
15 | - [ |
|
14 | + 0 => |
|
15 | + [ |
|
16 | 16 | 0 => 'App\\Containers\\Demo\\Middleware\\FirstMiddleware', |
17 | - ], |
|
18 | - 1 => |
|
19 | - [ |
|
17 | + ], |
|
18 | + 1 => |
|
19 | + [ |
|
20 | 20 | 0 => 'App\\Containers\\Demo\\Middleware\\SecondMiddleware', |
21 | - ], |
|
21 | + ], |
|
22 | 22 | ], |
23 | 23 | 'after' => |
24 | 24 | [ |
25 | - 0 => |
|
26 | - [ |
|
25 | + 0 => |
|
26 | + [ |
|
27 | 27 | 0 => 'App\\Containers\\Demo\\Middleware\\FirstMiddleware', |
28 | - ], |
|
29 | - 1 => |
|
30 | - [ |
|
28 | + ], |
|
29 | + 1 => |
|
30 | + [ |
|
31 | 31 | 0 => 'App\\Containers\\Demo\\Middleware\\SecondMiddleware', |
32 | - ], |
|
32 | + ], |
|
33 | + ], |
|
33 | 34 | ], |
34 | - ], |
|
35 | - 'method' => 'GET', |
|
35 | + 'method' => 'GET', |
|
36 | 36 | ], |
37 | - ], |
|
38 | - 1 => |
|
39 | - [ |
|
37 | + ], |
|
38 | + 1 => |
|
39 | + [ |
|
40 | 40 | 0 => |
41 | 41 | [ |
42 | - 'url' => 'name/:[\\d]{1,3}', |
|
43 | - 'controller' => 'App\\Containers\\Demo\\Controller\\IndexController', |
|
44 | - 'action' => 'attributes', |
|
45 | - 'middleware' => |
|
46 | - [ |
|
42 | + 'url' => 'name/:[\\d]{1,3}', |
|
43 | + 'controller' => 'App\\Containers\\Demo\\Controller\\IndexController', |
|
44 | + 'action' => 'attributes', |
|
45 | + 'middleware' => |
|
46 | + [ |
|
47 | 47 | 'before' => |
48 | 48 | [ |
49 | - 0 => |
|
50 | - [ |
|
49 | + 0 => |
|
50 | + [ |
|
51 | 51 | 0 => 'App\\Containers\\Demo\\Middleware\\FirstMiddleware', |
52 | - ], |
|
53 | - 1 => |
|
54 | - [ |
|
52 | + ], |
|
53 | + 1 => |
|
54 | + [ |
|
55 | 55 | 0 => 'App\\Containers\\Demo\\Middleware\\SecondMiddleware', |
56 | - ], |
|
56 | + ], |
|
57 | 57 | ], |
58 | 58 | 'after' => |
59 | 59 | [ |
60 | - 0 => |
|
61 | - [ |
|
60 | + 0 => |
|
61 | + [ |
|
62 | 62 | 0 => 'App\\Containers\\Demo\\Middleware\\FirstMiddleware', |
63 | - ], |
|
64 | - 1 => |
|
65 | - [ |
|
63 | + ], |
|
64 | + 1 => |
|
65 | + [ |
|
66 | 66 | 0 => 'App\\Containers\\Demo\\Middleware\\SecondMiddleware', |
67 | - ], |
|
67 | + ], |
|
68 | 68 | ], |
69 | - ], |
|
70 | - 'method' => 'GET', |
|
69 | + ], |
|
70 | + 'method' => 'GET', |
|
71 | + ], |
|
71 | 72 | ], |
72 | - ], |
|
73 | - 2 => |
|
74 | - [ |
|
73 | + 2 => |
|
74 | + [ |
|
75 | 75 | 0 => |
76 | 76 | [ |
77 | - 'url' => 'autowire', |
|
78 | - 'controller' => 'App\\Containers\\Demo\\Controller\\IndexController', |
|
79 | - 'action' => 'autowire', |
|
80 | - 'middleware' => |
|
81 | - [ |
|
82 | - ], |
|
83 | - 'method' => 'GET', |
|
77 | + 'url' => 'autowire', |
|
78 | + 'controller' => 'App\\Containers\\Demo\\Controller\\IndexController', |
|
79 | + 'action' => 'autowire', |
|
80 | + 'middleware' => |
|
81 | + [ |
|
82 | + ], |
|
83 | + 'method' => 'GET', |
|
84 | + ], |
|
84 | 85 | ], |
85 | - ], |
|
86 | 86 | ]; |
87 | 87 | \ No newline at end of file |