Example #1
0
 /**
  *
  * @return array
  *   The Group objects that this user belongs to.
  */
 public function getGroup()
 {
     return Article::belongsTo('Group');
 }