Removed timestamp from team

This commit is contained in:
2018-06-02 00:00:04 +02:00
parent f945285f77
commit 44864419d9

View File

@@ -6,6 +6,7 @@ use Illuminate\Database\Eloquent\Model;
class Team extends Model
{
public $timestamps = false;
/**
* The database table uses by the model.
*