Skip to content

Commit

Permalink
Correct app structure
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Apr 21, 2024
1 parent 13be13f commit 8a67b20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
35 changes: 0 additions & 35 deletions app/Providers/ServiceProvider.php

This file was deleted.

2 changes: 1 addition & 1 deletion app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ protected function setup()

$this->app = AppFactory::createApp();

// $kernel = new Kernel($this->app);
// $ kernel = new Kernel($this->app);
// $kernel->configure();

// Register middleware
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
);

$app->singleton(
\Quagga\Quagga\Foundation\Http\Kernel::class,
\Quagga\Contracts\Http\Kernel::class,
\App\Http\Kernel::class
);

Expand Down

0 comments on commit 8a67b20

Please sign in to comment.