conflicts

This commit is contained in:
Julio Cesar Laura Avendaño
2019-05-02 14:48:50 -04:00
committed by Paula Quispe
parent 532f872966
commit 5955ff6737
3 changed files with 43 additions and 10 deletions

View File

@@ -14,4 +14,6 @@ class ProcessCategory extends Model
{
// Set our table name
protected $table = 'PROCESS_CATEGORY';
public $timestamps = false;
}