Update db config

This commit is contained in:
Daniel Supernault 2021-09-03 22:09:25 -06:00
parent dd7262d841
commit 2ab032599c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,8 @@
<?php
return [
use Illuminate\Database\DBAL\TimestampType;
return [
/*
|--------------------------------------------------------------------------
| Default Database Connection Name
@ -119,4 +120,9 @@ return [
],
'dbal' => [
'types' => [
'timestamp' => TimestampType::class,
],
],
];