Update ProductModel.php

This commit is contained in:
Patrick
2022-01-18 00:28:15 +01:00
committed by GitHub
parent 89ce353a1f
commit 8f7208c39c

View File

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