We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184115c commit 25e5f23Copy full SHA for 25e5f23
classes/LoadRelation.php
@@ -4,8 +4,8 @@
4
5
class LoadRelation
6
{
7
- private string $name;
8
- private bool $withTrashed;
+ private $name;
+ private $withTrashed;
9
10
public function __construct(string $name, bool $withTrashed)
11
updates/version.yaml
@@ -10,3 +10,5 @@
- update_indexes_logs_table.php
2.0.0:
12
- 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