mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
create POD dates pedido
This commit is contained in:
@ -64,5 +64,9 @@ class FestivoModel extends BaseModel
|
||||
],
|
||||
];
|
||||
|
||||
public function isFestivo($date)
|
||||
{
|
||||
return $this->where('date',$date)->countAllResults() > 0 ? true : false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user