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