Skip to content

Instantly share code, notes, and snippets.

@mateusgf
Created July 27, 2013 00:31
Show Gist options
  • Save mateusgf/6093123 to your computer and use it in GitHub Desktop.
Save mateusgf/6093123 to your computer and use it in GitHub Desktop.
public static function your_questions() {
return static::where('user_id','=',Auth::user()->id)->paginate(3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment