This commit is contained in:
Patrick Henninger
2022-02-06 19:28:56 +01:00
parent c4fb20271f
commit 5d55788584
9 changed files with 62 additions and 62 deletions

View File

@@ -8,7 +8,7 @@ class ProductModel extends Model
{
public $someValue = 'Some value';
public function find($id) : self
public function find($id): self
{
return $this;
}