Laravel-Userstamps icon indicating copy to clipboard operation
Laravel-Userstamps copied to clipboard

Confliting with LdapRecord-Laravel package

Open anchan42 opened this issue 6 months ago • 1 comments

This code:

use App\Models\CostCenter;
$cc=CostCenter::first();
$cc->desc = "TEST CENTER";
$cc->save;
$cc->editor;

Return error: LdapRecord\ContainerException The LDAP connection [mysql] does not exist.

However, the update_by column get updated correctly.

anchan42 avatar Jul 30 '24 10:07 anchan42