Skip to content

Commit de67278

Browse files
committed
Update AppTest.php
1 parent f2106b4 commit de67278

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Architecture/AppTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

33
use App\Providers\Filament\AdminPanelProvider;
4+
use App\Providers\TelescopeServiceProvider;
45

56
arch()->preset()->laravel()
6-
->ignoring(AdminPanelProvider::class);
7+
->ignoring(AdminPanelProvider::class)
8+
->ignoring(TelescopeServiceProvider::class);

0 commit comments

Comments
 (0)