From 8f7208c39c64b8d7dee3a12a7948a311a72734f9 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 18 Jan 2022 00:28:15 +0100 Subject: [PATCH] Update ProductModel.php --- tests/Fixtures/ProductModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Fixtures/ProductModel.php b/tests/Fixtures/ProductModel.php index fdf4f43..1939d69 100644 --- a/tests/Fixtures/ProductModel.php +++ b/tests/Fixtures/ProductModel.php @@ -6,7 +6,7 @@ class ProductModel { public $someValue = 'Some value'; - public function find($id) + public function find($id) : self { return $this; }