mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Removed unusued use statement
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a1ce9b9285
commit
1e6c172f18
|
@ -16,6 +16,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
|
||||||
*/
|
*/
|
||||||
class Actionlog extends SnipeModel
|
class Actionlog extends SnipeModel
|
||||||
{
|
{
|
||||||
|
use CompanyableTrait;
|
||||||
use HasFactory;
|
use HasFactory;
|
||||||
|
|
||||||
// This is to manually set the source (via setActionSource()) for determineActionSource()
|
// This is to manually set the source (via setActionSource()) for determineActionSource()
|
||||||
|
|
Loading…
Reference in a new issue