docs: remove "fzaninotto's"

This commit is contained in:
kenjis 2024-01-29 15:53:26 +09:00
parent d72a893a75
commit f8e1ca7a86
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -3,7 +3,7 @@ Generating Test Data
####################
Often you will need sample data for your application to run its tests. The ``Fabricator`` class
uses fzaninotto's `Faker <https://github.com/FakerPHP/Faker>`_ to turn models into generators
uses `Faker <https://github.com/FakerPHP/Faker>`_ to turn models into generators
of random data. Use fabricators in your seeds or test cases to stage fake data for your unit tests.
.. contents::