Created
November 29, 2021 12:26
-
-
Save EricMcWinNer/bce4eefa67e6e16bcc009773b69fe6c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Illuminate\Support\Str; | |
return [ | |
// Other settings we don't care about. | |
'connections' => [ | |
// Other connections we don't care about | |
'mysql' => [ | |
// Other mysql configurations we don't care about | |
'engine' => 'InnoDB', | |
], | |
] | |
]; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment