Example #1
0
 public function getFirstEdit($user_slug)
 {
     $user = SdcUser::whereUser_slug($user_slug)->first();
     return $user;
 }