Commit 3fd3f7f0 authored by Viral Solani's avatar Viral Solani

Merge branch 'develop' of https://github.com/viralsolani/laravel-adminpanel into develop

parents 9d0e3718 afec6007
......@@ -2,11 +2,11 @@
namespace Tests\Feature\Auth;
use Tests\BrowserKitTestCase;
use App\Events\Frontend\Auth\UserLoggedIn;
use App\Models\Access\User\User;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Event;
use App\Events\Frontend\Auth\UserLoggedIn;
use Tests\BrowserKitTestCase;
class LoginTest extends BrowserKitTestCase
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment