@@ -50,11 +50,11 @@ |
||
| 50 | 50 | */ |
| 51 | 51 | public function migrate() |
| 52 | 52 | { |
| 53 | - $this->msg( 'Update charset and collation for FosUser tables', 0 ); |
|
| 54 | - $this->status( '' ); |
|
| 53 | + $this->msg('Update charset and collation for FosUser tables', 0); |
|
| 54 | + $this->status(''); |
|
| 55 | 55 | |
| 56 | - foreach( $this->tables as $rname => $list ) { |
|
| 57 | - $this->checkTables( $list, $rname ); |
|
| 56 | + foreach ($this->tables as $rname => $list) { |
|
| 57 | + $this->checkTables($list, $rname); |
|
| 58 | 58 | } |
| 59 | 59 | } |
| 60 | 60 | } |
| 61 | 61 | \ No newline at end of file |