diff --git a/app/Http/Controllers/Console/Index.php b/app/Http/Controllers/Console/Index.php deleted file mode 100644 index b0e5e8a..0000000 --- a/app/Http/Controllers/Console/Index.php +++ /dev/null @@ -1,37 +0,0 @@ -data = [ - 'userName' => Auth::user()->username, - 'userEmail' => Auth::user()->email, - 'userIcon' => Auth::user()->icon, - ]; - } else { - $this->data = array(); - } - } - - protected function ViewIndex(): Factory|View|Application - { - return view('index',$this->data); - } -} diff --git a/phpunit.xml b/phpunit.xml index 531beb9..e4386c4 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -24,14 +24,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/public/images/logo.jpg b/public/images/logo.jpg new file mode 100644 index 0000000..8351cdc Binary files /dev/null and b/public/images/logo.jpg differ