App\Http\Controllers\PlayerController::show PHP Méthode

show() public méthode

public show ( )
    public function show()
    {
        return json_encode($this->player->toArray(), JSON_NUMERIC_CHECK);
    }