Skip to content

Instantly share code, notes, and snippets.

@Mombuyish
Created April 30, 2017 16:27
Show Gist options
  • Save Mombuyish/4d0c15154742dbdf63142e42e2f1704d to your computer and use it in GitHub Desktop.
Save Mombuyish/4d0c15154742dbdf63142e42e2f1704d to your computer and use it in GitHub Desktop.
<?php
public function getBy($id)
{
return $this->model->by($id)->get();
}
public function getByUser($user_id)
{
return $this->model->byUser($user_id)->get();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment