PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
spatie
/
laravel-activitylog
/
src
/
Exceptions
<?php namespace Spatie\Activitylog\Exceptions; use Exception; class CouldNotLogChanges extends Exception { public static function invalidAttribute($attribute): self { return new static("Cannot log attribute `{$attribute}`. Can only log attributes of a model or a directly related model."); } }
[+]
..
[-] CouldNotLogChanges.php
[edit]
[-] InvalidConfiguration.php
[edit]
[-] CouldNotLogActivity.php
[edit]