invoiceninja/app/Models/SecurityCode.php

17 lines
183 B
PHP
Raw Normal View History

2017-01-30 21:40:43 +02:00
<?php
namespace App\Models;
2016-08-13 22:19:37 +03:00
use Eloquent;
/**
2017-01-30 21:40:43 +02:00
* Class DatetimeFormat.
2016-08-13 22:19:37 +03:00
*/
class SecurityCode extends Eloquent
{
/**
* @var bool
*/
public $timestamps = false;
}