mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 11:26:48 +02:00
Fix reset emails not being rendered - Fixes #298
This commit is contained in:
parent
35f2f1df84
commit
f2d4c43239
@ -29,8 +29,6 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
Blade::withoutComponentTags();
|
||||
|
||||
// Limited to 191 to prevent index length issue with MyISAM and utf8mb4_unicode_ci
|
||||
// when using WAMP (WAMP uses MyISAM as default engine in place of INNOdb)
|
||||
Schema::defaultStringLength(191);
|
||||
|
Loading…
x
Reference in New Issue
Block a user