@@ -31,8 +31,8 @@ |
||
| 31 | 31 | ]; |
| 32 | 32 | |
| 33 | 33 | // Email views expect $site to be the string provided by the mailable |
| 34 | - if (! $isEmailView) { |
|
| 35 | - $viewData['site'] = $siteArray; // Now it's a proper array, not a Settings model |
|
| 34 | + if (!$isEmailView) { |
|
| 35 | + $viewData['site'] = $siteArray; // Now it's a proper array, not a Settings model |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | if (Auth::check()) { |