mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +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
69 B
PHP
6 lines
69 B
PHP
<?php
|
|
class Region extends AppModel {
|
|
var $name = 'Region';
|
|
}
|
|
?>
|