Skip to content

Commit

Permalink
docs: fix Generator -> Faker\Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 30, 2024
1 parent 9dbbe18 commit dcd9451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user_guide_src/source/testing/fabricator/005.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Models;

use Generator;
use Faker\Generator;

class UserModel
{
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/testing/fabricator/021.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Models;

use CodeIgniter\Test\Fabricator;
use Generator;
use Faker\Generator;

class UserModel
{
Expand Down

0 comments on commit dcd9451

Please sign in to comment.