@@ -8,7 +8,9 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public function get( $metaKey, array $args = [] ) |
| 10 | 10 | { |
| 11 | - if( empty( $metaKey ))return; |
|
| 11 | + if( empty( $metaKey )) { |
|
| 12 | + return; |
|
| 13 | + } |
|
| 12 | 14 | |
| 13 | 15 | $args = $this->normalize( $args ); |
| 14 | 16 | $metaKey = $this->buildMetaKey( $metaKey, $args['prefix'] ); |