Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Rias committed Sep 5, 2019
1 parent 5faecfa commit 29e46fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/storing-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Spatie\EventProjector\EloquentStoredEventRepository;

class CustomStoredEventRepository extends EloquentStoredEventRepository
{
protected $storedEventModel = CustomStoredEvent::class;
protected $storedEventModel = \App\CustomStoredEvent::class;
}
```

Expand Down

0 comments on commit 29e46fa

Please sign in to comment.