Make sure all sorting works. Verify process category selection. Use date range selection.
This commit is contained in:
committed by
Paula Quispe
parent
09eda4223c
commit
0331e65626
@@ -7,9 +7,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Application extends Model
|
||||
{
|
||||
protected $table = "APPLICATION";
|
||||
// Our custom timestamp columns
|
||||
const CREATED_AT = 'APP_CREATE_DATE';
|
||||
const UPDATED_AT = 'APP_UPDATE_DATE';
|
||||
// No timestamps
|
||||
public $timestamps = false;
|
||||
|
||||
public function delegations()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user