mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-20 23:02:08 -04:00
6 lines
73 B
PHP
6 lines
73 B
PHP
<?php
|
|
class Event extends AppModel {
|
|
public $useTable = 'Events';
|
|
}
|
|
?>
|