mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed notification use statement
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a54403ef01
commit
4b5bd76225
|
@ -8,7 +8,7 @@ use App\Models\CheckoutAcceptance;
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
use App\Notifications\AcceptanceAssetAcceptedNotification;
|
use App\Notifications\AcceptanceAssetAcceptedNotification;
|
||||||
use App\Notifications\AcceptanceAssetDeclinedNotification;
|
use App\Notifications\AcceptanceAssetDeclinedNotification;
|
||||||
use Notification;
|
use Illuminate\Support\Facades\Notification;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
class AccessoryAcceptanceTest extends TestCase
|
class AccessoryAcceptanceTest extends TestCase
|
||||||
|
|
Loading…
Reference in a new issue