Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 1, 2023
1 parent c10aaa7 commit d60b379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GeneratesCodeWithComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Support\Str;

/**
* @see https://github.com/laravel/framework/blob/8.x/src/Illuminate/Foundation/Console/ComponentMakeCommand.php
* @see https://github.com/laravel/framework/blob/9.x/src/Illuminate/Foundation/Console/ComponentMakeCommand.php
*/
class GeneratesCodeWithComponent extends GeneratesCode
{
Expand Down
2 changes: 1 addition & 1 deletion src/GeneratesCodeWithEloquent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use InvalidArgumentException;

/**
* @see https://github.com/laravel/framework/blob/8.x/src/Illuminate/Foundation/Console/ObserverMakeCommand.php
* @see https://github.com/laravel/framework/blob/9.x/src/Illuminate/Foundation/Console/ObserverMakeCommand.php
*/
class GeneratesCodeWithEloquent extends GeneratesCode
{
Expand Down

0 comments on commit d60b379

Please sign in to comment.