You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurred during the time that dev was undergoing its nightly reset. It was triggered via the join.blade partial ( /app/resources/views/partials/join.blade.php:14 )
<p>{{__('Call our support line at :number', ['number'=>phone(settings_localized('phone', locale(), '+1-888-867-0053'), 'CA')->formatForCountry('CA')]) }}
In this case, I'd guess that the default value is being returned from settings. However we're still trying to access it like it's an array of localized values but it's only a string was passed in as the default. In this case either the default needs to take the form we are expecting, or if isn't an array of localized values, we simply return it back.
TypeError
Cannot access offset of type string on string
🎯 /app/helpers.php
🗂 /app/helpers.php:427
Open in Flare
The text was updated successfully, but these errors were encountered: