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

#4126

x8smile
Participant

This course should be this:

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