Skip to content

Commit e91f735

Browse files
committed
🚚 Move the Application to the Foundation namespace
1 parent 10d4a56 commit e91f735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Application.php renamed to src/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Sikessem;
5+
namespace Sikessem\Foundation;
66

77
use Illuminate\Contracts\Config\Repository as ConfigContract;
88
use Illuminate\Contracts\Console\Kernel as ConsoleKernel;

tests/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Illuminate\Contracts\Console\Kernel as ConsoleKernelContract;
66
use Illuminate\Foundation\Application;
77
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
8-
use Sikessem\Application as ConcreteApplication;
98
use Sikessem\Contracts\Application as ApplicationContract;
9+
use Sikessem\Foundation\Application as ConcreteApplication;
1010

1111
beforeEach(function () {
1212
$app = ConcreteApplication::configure()->create();

0 commit comments

Comments
 (0)