@@ -49,10 +49,10 @@ |
||
49 | 49 | */ |
50 | 50 | protected function getTableName($command) |
51 | 51 | { |
52 | - if(!empty($command->table_name)) { |
|
52 | + if (!empty($command->table_name)) { |
|
53 | 53 | return $command->table_name; |
54 | 54 | } |
55 | - if(empty($command->prefix)) { |
|
55 | + if (empty($command->prefix)) { |
|
56 | 56 | return $command->slug; |
57 | 57 | } |
58 | 58 | return $command->prefix.'_'.$command->slug; |