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