mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 15:49:54 -04:00
All modules should be named Xxx_Core for extensibility. Fixes #1458.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
class Group_Model extends ORM implements Group_Definition {
|
||||
class Group_Model_Core extends ORM implements Group_Definition {
|
||||
protected $has_and_belongs_to_many = array("users");
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user