Formatting fixes.
This commit is contained in:
parent
0437947c82
commit
86b9f3d2f0
7 changed files with 161 additions and 161 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue