Update mysql-ddl, TV class and related models

This commit is contained in:
DariusIII
2017-12-15 14:30:33 +01:00
parent f8f46cf33b
commit c792baf333
5 changed files with 207 additions and 218 deletions
+14 -1
View File
@@ -6,5 +6,18 @@ use Illuminate\Database\Eloquent\Model;
class Video extends Model
{
//
/**
* @var bool
*/
protected $dateFormat = false;
/**
* @var array
*/
protected $guarded = [];
/**
* @var bool
*/
public $timestamps = false;
}