Skip to content

Commit

Permalink
Move App\Core to jackal-cms/framework
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Mar 17, 2024
1 parent dd9badf commit 823b2b3
Show file tree
Hide file tree
Showing 61 changed files with 34 additions and 3,144 deletions.
2 changes: 1 addition & 1 deletion app/Common/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Common;

use App\Core\Helper;
use Jackal\Jackal\Helper;
use App\Exceptions\ClassNotFoundException;
use ReflectionClass;

Expand Down
2 changes: 1 addition & 1 deletion app/Constracts/Assets/AssetConstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Constracts\Assets;

use App\Constracts\AssetTypeEnum;
use App\Core\Assets\AssetOptions;
use Jackal\Jackal\Assets\AssetOptions;

interface AssetConstract
{
Expand Down
2 changes: 1 addition & 1 deletion app/Constracts/Assets/AssetExternalConstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Constracts\Assets;

use App\Core\Assets\AssetUrl;
use Jackal\Jackal\Assets\AssetUrl;

interface AssetExternalConstract extends AssetConstract
{
Expand Down
2 changes: 1 addition & 1 deletion app/Constracts/ExtensionConstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Constracts;

use App\Core\Application;
use Jackal\Jackal\Application;
use DI\Container;

interface ExtensionConstract
Expand Down
Loading

0 comments on commit 823b2b3

Please sign in to comment.