We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59578c6 commit 84af5afCopy full SHA for 84af5af
src/Commands/MakeRedisRepository.php
@@ -79,7 +79,7 @@ public function handle(): int
79
80
// Initialize Redis Repository
81
$redisRepositoryContent = "<?php\n\nnamespace $redisRepositoryNamespace\\$entityName;\n\n";
82
- $redisRepositoryContent .= "use App\Models\Repositories\RedisRepository;\n\n";
+ $redisRepositoryContent .= "use Nanvaie\DatabaseRepository\Models\Repository\RedisRepository;\n\n";
83
$redisRepositoryContent .= "class $redisRepositoryName extends RedisRepository\n{";
84
$redisRepositoryContent .= "}";
85
0 commit comments