Skip to content

Commit aa4e6bc

Browse files
committed
set model base connection
1 parent bd0aff1 commit aa4e6bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/Translation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
*/
1818
class Translation extends Model{
1919

20+
protected $connection = 'base';
21+
2022
const STATUS_SAVED = 0;
2123
const STATUS_CHANGED = 1;
2224

0 commit comments

Comments
 (0)