Skip to content

Commit

Permalink
Merge pull request #47 from worksome/docs/typo
Browse files Browse the repository at this point in the history
docs: resolve namespace for RequestFactory class
  • Loading branch information
owenvoke authored Oct 10, 2023
2 parents ab60978 + 5c15091 commit 53cbe28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Let's take a look at our newly created `SignupRequestFactory`. You'll see someth
```php
namespace Tests\RequestFactories;

use Worksome\RequestFactories;
use Worksome\RequestFactories\RequestFactory;

class SignupRequestFactory extends RequestFactory
{
Expand All @@ -107,7 +107,7 @@ our example `SignupRequestFactory`:
```php
namespace Tests\RequestFactories;

use Worksome\RequestFactories;
use Worksome\RequestFactories\RequestFactory;

class SignupRequestFactory extends RequestFactory
{
Expand Down

0 comments on commit 53cbe28

Please sign in to comment.