mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-06-26 22:35:40 -04:00
6 lines
73 B
PHP
6 lines
73 B
PHP
<?php
|
|
class Event extends AppModel {
|
|
public $useTable = 'Events';
|
|
}
|
|
?>
|