mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 11:40:55 -04:00
7 lines
73 B
PHP
Executable File
7 lines
73 B
PHP
Executable File
<?php
|
|
|
|
class Frequency extends Eloquent
|
|
{
|
|
public $timestamps = false;
|
|
}
|