I did a test on my computer and got a different output result:
$npc = Npc::find(769);
$npc->abc = 1;
dd($npc->abc);
// The result is "1"
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community