diff --git a/src/Traits/Mailable.php b/src/Traits/Mailable.php index 31b5877..05b97f0 100644 --- a/src/Traits/Mailable.php +++ b/src/Traits/Mailable.php @@ -46,7 +46,11 @@ public static function bootMailable() }); }); } catch (\Illuminate\Database\QueryException $exception) { - \Log::info('Could not bind NovaMailEvents. NovaMail tables might not have migrated yet. This is typical when running fresh migrations during testing or local development.'); + \Log::info( + 'Could not bind NovaMailEvents. ' + . 'NovaMail tables might not have migrated yet, ' + . 'typical when running fresh migrations during testing or local development.' + ); } }