Skip to content

Commit 0c0966f

Browse files
committed
refactor: fixed the namespace issue
1 parent bcbeb4a commit 0c0966f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

views/stubs/app_base_controller.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
echo "<?php".PHP_EOL;
33
@endphp
44

5-
namespace {{ $namespaceApp }}\Http\Controllers;
5+
namespace {{ $namespaceApp }}Http\Controllers;
66

77
use InfyOm\Generator\Utils\ResponseUtil;
88

views/stubs/base_repository.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
echo "<?php".PHP_EOL;
33
@endphp
44

5-
namespace {{ $namespaceApp }}\Repositories;
5+
namespace {{ $namespaceApp }}Repositories;
66

77
use Illuminate\Container\Container as Application;
88
use Illuminate\Contracts\Pagination\LengthAwarePaginator;

0 commit comments

Comments
 (0)