Skip to content

Commit

Permalink
✏️ Fix Not found class
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Sep 28, 2023
1 parent 2b24aa2 commit cdc7c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Contracts/RepositoryContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Shopper\Contracts;
namespace Shopper\Core\Contracts;

interface RepositoryContract
{
Expand Down
2 changes: 1 addition & 1 deletion src/Repositories/BaseRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Model;
use Shopper\Contracts\RepositoryContract;
use Shopper\Core\Contracts\RepositoryContract;
use Shopper\Core\Exceptions\GeneralException;

abstract class BaseRepository implements RepositoryContract
Expand Down

0 comments on commit cdc7c5d

Please sign in to comment.