mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
a90838f83e
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';
|
|
}
|
|
?>
|