@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | */ |
| 80 | 80 | protected function createTables() |
| 81 | 81 | { |
| 82 | - if (!$this->db->tableExists('{{%social_login_accounts}}')) { |
|
| 82 | + if (!$this->db->tableExists('{{%social_login_accounts}}')) { |
|
| 83 | 83 | $this->createTable( |
| 84 | 84 | '{{%social_login_accounts}}', |
| 85 | 85 | [ |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | 'PRIMARY KEY(id)', |
| 95 | 95 | ] |
| 96 | 96 | ); |
| 97 | - } |
|
| 97 | + } |
|
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | /** |