-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to undefined method App\Repositories\BaseRepository::create() #1284
Comments
Little precision : In the previous version of laravel boilerplate I do not have this error |
After quick analyse of previous version (v5.3.8), it appears that create function exists in RepositoryContract.php and in baseRepository.php. Probably the problems occurs here. No ? |
Based on the code of version 5.3.8, I added the create function in the BaseRepository.php file and in the RepositoryContract.php file and it works again without problems. |
I am learning laravel and facing same issue. please help me resolving this. |
Try changing
|
thanks a ton friend
…On Tue, 22 Oct 2019 at 08:58, Anthony Rappa ***@***.***> wrote:
Closed #1284
<#1284>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1284?email_source=notifications&email_token=ABYU2A3H7ZZ4RYSWT6TTPULQPZXNXA5CNFSM4JAG7I62YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOULKQTDI#event-2731870605>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYU2AYLRNIMUBQJRZLLAOTQPZXNXANCNFSM4JAG7I6Q>
.
--
[image: Attrix Technologies] <http://www.attrixtech.com>
Vijay Goswami / Founder & Director
+919045533427
[email protected]
Attrix Technologies
2, Krishna Aspire, Near Pushpanjali Seasons,
100ft Road, Dayalbagh, Agra - 282005
http://www.attrixtech.com
[image: Facebook] <http://www.facebook.com/hexpit> [image: Twitter]
<http://www.twitter.com/hexpit> [image: Google Plus]
<http://plus.google.com/+vijaygoswamiindia> [image: Youtube]
<http://youtube.com/user/hexpit> [image: Linkedin]
<http://in.linkedin.com/in/vijaygoswamiindia/> [image: Instagram]
<http://instagram.com/hexpit> [image: Pintrest]
<http://www.pinterest.com/hexpit/> [image: Dribbble]
<https://dribbble.com/hexpit> [image: Skype]
This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with us by e-mail is deemed to have accepted these risks. Attrix
Technologies is not responsible for errors or omissions in this message and
denies any responsibility for any damage arising from the use of e-mail.
Any opinion and other statement contained in this message and any
attachment are solely those of the author and do not necessarily represent
those of the company.
|
Hello,
I've searched in closed issues and found nothing to solve this.
After a fresh install and define in .env facebook app credentials, when I will register via facebook I have this error :
Symfony\Component\Debug\Exception\FatalThrowableError
Call to undefined method App\Repositories\BaseRepository::create()
App\Repositories\Frontend\Auth\UserRepository::findOrCreateProvider
:269
C:\laragon\www\wishlist2020\app\Repositories\Frontend\Auth\UserRepository.php:269
`/*
This is the parent::create call who trigger this error.
Laravel boilerplate v6.0
If needed I can provide more details.
Thanks
The text was updated successfully, but these errors were encountered: