Skip to content

Commit 9fb7a6e

Browse files
Update MakeControllerService.php
1 parent c959e6c commit 9fb7a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/MakeControllerService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function createControllerFile(string $controllerStub, string $resource
5454
$this->line('<info>Created Controller:</info> ' . $path);
5555
$this->info('TODO:');
5656
$this->info('- Create migration if needed,');
57-
$this->info('- Fill the model\'s properties,');
57+
$this->info('- Fill the model\'s properties and relations,');
5858
$this->info('- Define validations in controller,');
5959
$this->info('- Expose resource in DbCrudMap::MODEL_FQN_TO_CONTROLLER_MAP.');
6060

0 commit comments

Comments
 (0)