Example #1
0
 protected function createFakeSubscriber(Group $group, User $user)
 {
     $user->subscribedGroups()->attach($group);
 }