Domain\Http\Controllers\Traits\DeleteTrait::destroy PHP Method

destroy() public method

Delete :item.
public destroy ( $id ) : mixed
return mixed
    public function destroy($id)
    {
        return $this->repo->delete($id);
    }
DeleteTrait