rmoros50606
Hi Jacob,
I am new in Octobercms. I tried your plugin. I get this error in C:\xampp\htdocs\xxxx\modules\backend\models\User.php line 18. I paste "use Jacob\Logbook\Traits\LogChanges;" under "use \October\Rain\Database\Traits\SoftDelete;".
Jacob
Hi,
I made a little mistake in the documentation, you have to add
use \Jacob\Logbook\Traits\LogChanges;
to your model. I forgot to add a \
in front of the namespace.
1-2 of 2