mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +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
73 B
PHP
6 lines
73 B
PHP
<?php
|
|
class Platform extends AppModel {
|
|
var $name = 'Platform';
|
|
}
|
|
?>
|