Skip to content

Commit 824f25c

Browse files
committed
Stub namespace bug fixed
1 parent 62f90d4 commit 824f25c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `eloquent-repository` will be documented in this file
44

5+
## 2.1.1 - 2020-03-30
6+
7+
- Namespace bug fixed
8+
59
## 2.1.0 - 2020-03-30
610

711
- Laravel ^7.0 support added

src/Console/stubs/repository.model.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace DummyNamespace;
44

55
use DummyFullModelClass;
6-
use Innoscripta\EloquentRepository\Repository\EloquentRepository;
6+
use Orkhanahmadov\EloquentRepository\EloquentRepository;
77

88
class DummyClass extends EloquentRepository
99
{

src/Console/stubs/repository.stub

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

33
namespace DummyNamespace;
44

5-
use Innoscripta\EloquentRepository\Repository\EloquentRepository;
5+
use Orkhanahmadov\EloquentRepository\EloquentRepository;
66

77
class DummyClass extends EloquentRepository
88
{

0 commit comments

Comments
 (0)