update: controllers

This commit is contained in:
HDVinnie
2022-02-28 05:06:55 -05:00
parent 6613314f5d
commit bdd63aa816
28 changed files with 54 additions and 48 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class WishController extends Controller
/**
* WishController Constructor.
*/
public function __construct(private WishInterface $wish)
public function __construct(private readonly WishInterface $wish)
{
}