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