@@ -76,7 +76,7 @@ |
||
76 | 76 | * @param string $stub |
77 | 77 | * @param string $name |
78 | 78 | * |
79 | - * @return string |
|
79 | + * @return MakeBackpackCrudController |
|
80 | 80 | */ |
81 | 81 | protected function replaceNameStrings(&$stub, $name) |
82 | 82 | { |
@@ -63,7 +63,7 @@ |
||
63 | 63 | * @param string $stub |
64 | 64 | * @param string $name |
65 | 65 | * |
66 | - * @return string |
|
66 | + * @return MakeBackpackCrudModel |
|
67 | 67 | */ |
68 | 68 | protected function replaceTable(&$stub, $name) |
69 | 69 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Webfactor\Laravel\Generators\Commands; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
6 | 5 | use Illuminate\Console\GeneratorCommand; |
6 | +use Illuminate\Support\Str; |
|
7 | 7 | |
8 | 8 | class MakeBackpackCrudModel extends GeneratorCommand |
9 | 9 | { |