Skip to content

Commit

Permalink
Merge pull request #34 from puleeno/ft/create-new-package-for-framework
Browse files Browse the repository at this point in the history
Ft/create new package for framework
  • Loading branch information
puleeno authored Mar 23, 2024
2 parents 8f82614 + 07b7a97 commit 60e3a69
Show file tree
Hide file tree
Showing 66 changed files with 40 additions and 3,150 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 60e3a69

Please sign in to comment.