Closed mralston closed 3 years ago
Corrected code sample in documentation.
Changed:
$user->config()->initialize();
to:
$user->settings()->initialize();
Added handler to Eloquent retrieved event within HasConfig trait, so that the settings bag is initialised when a user record is retrieved from the database which was created before adoption of Laraconfig.
retrieved
HasConfig
Corrected code sample in documentation.
Changed:
to: