mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
preventLazyLoading
This commit is contained in:
@@ -30,7 +30,7 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
Model::preventLazyLoading();
|
//Model::preventLazyLoading();
|
||||||
|
|
||||||
Stringable::macro('initials', function () {
|
Stringable::macro('initials', function () {
|
||||||
$words = preg_split("/\s+/", $this);
|
$words = preg_split("/\s+/", $this);
|
||||||
|
|||||||
Reference in New Issue
Block a user