Skip to content

Commit 25e5f23

Browse files
committedJun 2, 2020
Remove php 7.4 property types
1 parent 184115c commit 25e5f23

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎classes/LoadRelation.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
class LoadRelation
66
{
7-
private string $name;
8-
private bool $withTrashed;
7+
private $name;
8+
private $withTrashed;
99

1010
public function __construct(string $name, bool $withTrashed)
1111
{

‎updates/version.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
- update_indexes_logs_table.php
1111
2.0.0:
1212
- Add support for soft deleted models, cleanup code and drop support for php 7.0
13+
2.0.1:
14+
- Remove php 7.4 property types

0 commit comments

Comments
 (0)
Please sign in to comment.