Merge branch 'develop'
This commit is contained in:
@ -361,7 +361,7 @@ class Cierre extends Model {
|
|||||||
$dif = $today->diffInDays($this->fecha());
|
$dif = $today->diffInDays($this->fecha());
|
||||||
return $dif;
|
return $dif;
|
||||||
}
|
}
|
||||||
public function toArray() {
|
public function toArray(): array {
|
||||||
$arr = $this->asArray();
|
$arr = $this->asArray();
|
||||||
$arr['proyecto'] = $this->proyecto()->asArray();
|
$arr['proyecto'] = $this->proyecto()->asArray();
|
||||||
if ($this->propietario()) {
|
if ($this->propietario()) {
|
||||||
|
Reference in New Issue
Block a user