mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-21 20:50:55 -04:00
7 lines
74 B
PHP
Executable File
7 lines
74 B
PHP
Executable File
<?php
|
|
|
|
class ClientSize extends Eloquent
|
|
{
|
|
public $timestamps = false;
|
|
}
|