Archived
1
0
Fork 0

Formatting fixes.

This commit is contained in:
Henrik Hautakoski 2023-02-19 13:56:09 +01:00
parent 0437947c82
commit 86b9f3d2f0
7 changed files with 161 additions and 161 deletions

View file

@ -11,7 +11,7 @@ abstract class GameComponent extends Component
/**
* Get the game service object
*/
public function getServiceProperty() : GameService
public function getServiceProperty(): GameService
{
return app()->make(GameService::class);
}