mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
update: controllers
This commit is contained in:
@@ -26,7 +26,7 @@ class WishController extends Controller
|
||||
/**
|
||||
* WishController Constructor.
|
||||
*/
|
||||
public function __construct(private WishInterface $wish)
|
||||
public function __construct(private readonly WishInterface $wish)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user