mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
8 lines
141 B
PHP
8 lines
141 B
PHP
<?php
|
|
class File extends AppModel {
|
|
var $name = 'File';
|
|
|
|
var $belongsTo = array('Application', 'Platform', 'Locale', 'Template');
|
|
}
|
|
?>
|