mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00

Removed workarounds in models to adapt to update db schema. Will check in sql once the indexes have been updated (shortly).
6 lines
65 B
PHP
6 lines
65 B
PHP
<?php
|
|
class User extends AppModel {
|
|
var $name = 'User';
|
|
}
|
|
?>
|