Fix reset emails not being rendered - Fixes #298

This commit is contained in:
Bubka 2024-02-17 22:10:02 +01:00
parent 35f2f1df84
commit f2d4c43239

View File

@ -29,8 +29,6 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot() public function boot()
{ {
Blade::withoutComponentTags();
// Limited to 191 to prevent index length issue with MyISAM and utf8mb4_unicode_ci // 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) // when using WAMP (WAMP uses MyISAM as default engine in place of INNOdb)
Schema::defaultStringLength(191); Schema::defaultStringLength(191);