Domain\Billet\Http\BilletAssignorController::show PHP 메소드

show() 공개 메소드

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