@@ -18,9 +18,9 @@ |
||
18 | 18 | |
19 | 19 | public function __call($method, $bar) |
20 | 20 | { |
21 | - return $this->container->$method( |
|
22 | - $this->resourceName |
|
23 | - ); |
|
21 | + return $this->container->$method( |
|
22 | + $this->resourceName |
|
23 | + ); |
|
24 | 24 | } |
25 | 25 | |
26 | 26 | public function resourceName() |
@@ -47,7 +47,7 @@ |
||
47 | 47 | |
48 | 48 | public function asArray() : array |
49 | 49 | { |
50 | - return $this->rule; |
|
50 | + return $this->rule; |
|
51 | 51 | } |
52 | 52 | |
53 | 53 | public function isValid() |