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