We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0aff1 commit aa4e6bcCopy full SHA for aa4e6bc
src/Models/Translation.php
@@ -17,6 +17,8 @@
17
*/
18
class Translation extends Model{
19
20
+ protected $connection = 'base';
21
+
22
const STATUS_SAVED = 0;
23
const STATUS_CHANGED = 1;
24
0 commit comments