Skip to content

Commit

Permalink
Changes to support mono repo
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Mar 25, 2022
1 parent a6206a0 commit 074a4ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/console/class-kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace App\Console;

use Mantle\Console\Kernel as Console_Kernel;
use Mantle\Framework\Console\Kernel as Console_Kernel;

/**
* Application Console Kernel
Expand Down
2 changes: 1 addition & 1 deletion app/http/class-kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace App\Http;

use Mantle\Http\Kernel as Http_Kernel;
use Mantle\Framework\Http\Kernel as Http_Kernel;

/**
* Application HTTP Kernel
Expand Down
2 changes: 1 addition & 1 deletion database/seeds/class-database-seeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace App\Database\Seeds;

use Mantle\Database\Seeder;
use function Mantle\Framework\Helpers\factory;
use function Mantle\Support\Helpers\factory;

/**
* Application Seeder
Expand Down
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @package Mantle
*/

use Mantle\Facade\Http;
use Mantle\Facade\Route;

/*
Expand Down

0 comments on commit 074a4ec

Please sign in to comment.