App\Http\Controllers\PlayerController::show PHP Method

show() public method

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