Skip to content

Commit eafa276

Browse files
committed
Fix Some Namespace
1 parent 02ac7da commit eafa276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stubs/Models/PHP8.0/Repository/MySqlRepository.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace App\Models\Repository;
3+
namespace App\Models\Repositories;
44

55
use App\Models\Entities\Entity;
66
use App\Models\Factories\IFactory;

stubs/Models/PHP8.0/Repository/RedisRepository.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace App\Models\Repository;
3+
namespace App\Models\Repositories;
44

55
use Illuminate\Cache\CacheManager;
66

0 commit comments

Comments
 (0)