Home Forums Teachify LMS enrolls problem at version 2.3.0 Reply To: enrolls problem at version 2.3.0

#4108

x8smile
Participant

Or simply remove this from your code:

                //Mark, If an user is Super Admin.
        if ( Auth::check() ){
            $isOpen = $user->isAdmin();
        }