dvdty
dvdty
FFilament
Created by dvdty on 8/14/2023 in #❓┊help
Eloquent events via closures break the Resource page
Just found the fix I had to add parent::boot(); in the override boot method
8 replies
FFilament
Created by dvdty on 8/14/2023 in #❓┊help
Eloquent events via closures break the Resource page
it does
8 replies
FFilament
Created by dvdty on 8/14/2023 in #❓┊help
Eloquent events via closures break the Resource page
this is where it's coming from: /vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php
protected function initializeTraits()
{
foreach (static::$traitInitializers[static::class] as $method) {
$this->{$method}();
}
}
protected function initializeTraits()
{
foreach (static::$traitInitializers[static::class] as $method) {
$this->{$method}();
}
}
8 replies
FFilament
Created by dvdty on 8/14/2023 in #❓┊help
Eloquent events via closures break the Resource page
Undefined array key "App\Models\Rating"
8 replies