PMCORE-1062 [18214] Warning message of multiple file upload control is not translating
This commit is contained in:
14
workflow/engine/src/ProcessMaker/Model/Translation.php
Normal file
14
workflow/engine/src/ProcessMaker/Model/Translation.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace ProcessMaker\Model;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Translation extends Model
|
||||
{
|
||||
protected $table = 'TRANSLATION';
|
||||
protected $primaryKey = ['TRN_CATEGORY', 'TRN_ID', 'TRN_LANG'];
|
||||
public $incrementing = false;
|
||||
public $timestamps = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user