Add CompanyableTrait to Department

This commit is contained in:
Marcus Moore 2023-08-07 16:54:02 -07:00
parent cdfe8e459d
commit f7b2075e9e
No known key found for this signature in database

View file

@ -9,6 +9,7 @@ use Watson\Validating\ValidatingTrait;
class Department extends SnipeModel
{
use CompanyableTrait;
use HasFactory;
/**