An update to this. If I perform this like so
$DID = new DID;
$DID->did = $search;
$DID->did_network_id = 86;
dd($DID);
It has it's values correct, but if I persist
$DID->save();
before the diedump, the value for that field is now 0, even though it is storing in the database.
While I still can't say for certain what was causing this, moving my methods out of AppServiceProvider and into the EventServiceProvider fixed my issue.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community