Domain\Billet\Http\BilletAssignorController::show PHP Method

show() public method

public show ( )
    public function show()
    {
        return $this->repo->first();
    }
BilletAssignorController