mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-19 05:45:20 +00:00
StyleCI
This commit is contained in:
@@ -8,7 +8,7 @@ class ProductModel extends Model
|
||||
{
|
||||
public $someValue = 'Some value';
|
||||
|
||||
public function find($id) : self
|
||||
public function find($id): self
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user