We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
12| 13| class Conversation extends Model 14| { 15| use ConversationRelationship;
16| use SyncsWithFirebase; 17| 18| protected $table; 19| 20| protected $fillable = [
Exception trace:
1 Whoops\Run::handleError("Trait 'Mpociot\Firebase\SyncsWithFirebase' not found"
The text was updated successfully, but these errors were encountered:
Same for me
Sorry, something went wrong.
Use this: composer require mpociot/laravel-firebase-sync
composer require mpociot/laravel-firebase-sync
No branches or pull requests
12|
13| class Conversation extends Model
14| {
15| use ConversationRelationship;
Exception trace:
1 Whoops\Run::handleError("Trait 'Mpociot\Firebase\SyncsWithFirebase' not found"
The text was updated successfully, but these errors were encountered: