Merge pull request #13848 from marcusmoore/bug/sc-23949

Fixed missing import
This commit is contained in:
snipe 2023-11-08 08:50:31 +00:00 committed by GitHub
commit 1171141904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
namespace App\Notifications; namespace App\Notifications;
use App\Helpers\Helper;
use App\Models\Asset; use App\Models\Asset;
use App\Models\Setting; use App\Models\Setting;
use App\Models\User; use App\Models\User;