package Gantry::Control::Model::auth_users; use strict; use warnings; use base 'Gantry::Control::Model::GEN::auth_users', 'Exporter'; our $AUTH_USERS = 'Gantry::Control::Model::auth_users'; our @EXPORT_OK = ( '$AUTH_USERS' ); 1; =head1 NAME Gantry::Control::Model::auth_users - model for auth_users table =head1 AUTHOR Generated by Bigtop. =cut