Update models.

This commit is contained in:
James Cole
2017-11-03 16:04:17 +01:00
parent a664451913
commit ac801c8b86
31 changed files with 115 additions and 132 deletions

View File

@@ -36,7 +36,8 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
class CurrencyExchangeRate extends Model
{
protected $dates = ['created_at', 'updated_at', 'date'];
/** @var array */
protected $dates = ['date'];
/**
* @return BelongsTo