We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d4a56 commit e91f735Copy full SHA for e91f735
src/Application.php renamed to src/Foundation/Application.php
@@ -2,7 +2,7 @@
2
3
declare(strict_types=1);
4
5
-namespace Sikessem;
+namespace Sikessem\Foundation;
6
7
use Illuminate\Contracts\Config\Repository as ConfigContract;
8
use Illuminate\Contracts\Console\Kernel as ConsoleKernel;
tests/ApplicationTest.php
@@ -5,8 +5,8 @@
use Illuminate\Contracts\Console\Kernel as ConsoleKernelContract;
use Illuminate\Foundation\Application;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
-use Sikessem\Application as ConcreteApplication;
9
use Sikessem\Contracts\Application as ApplicationContract;
+use Sikessem\Foundation\Application as ConcreteApplication;
10
11
beforeEach(function () {
12
$app = ConcreteApplication::configure()->create();
0 commit comments