Amine Ben hammou 4a60029604 bug fixes
2015-09-23 05:38:56 +01:00

14 lines
163 B
PHP

<?php namespace Tests\Tmp;
use Illuminate\Database\Eloquent\Model;
class TestingModel extends Model {
protected $fillable = [];
protected $dates = [];
}