Apr 14, 2023
I would use prop. promotion in constructor:
```
public function __construct(
protected User $model
) {}
```
to make the Repo even cleaner ;)
I would use prop. promotion in constructor:
```
public function __construct(
protected User $model
) {}
```
to make the Repo even cleaner ;)