When using the phpunit test I get the following error:
PHP Fatal error: Call to undefined method Cribbb\Repositories\Invite\EloquentInviteRepository::getBy() in /app/Cribbb/Inviters/Requester.php on line 58
Yeah it's because the getBy() method no longer exists. There's going to be lots of stuff like this for quite a while yet because this is an open repository that is a work in progress.
Hi there,
When using the phpunit test I get the following error:
PHP Fatal error: Call to undefined method Cribbb\Repositories\Invite\EloquentInviteRepository::getBy() in /app/Cribbb/Inviters/Requester.php on line 58
Any ideas? Cheers