You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (Schema::hasTable('panichd_settings') and Setting::where('slug', 'member_model_class')->count() == 1and Setting::grab('member_model_class') != 'default'){
42
+
// TODO: Check Class existence before using it. Add in cache to avoid this checks in every load
0 commit comments