Posts by Lucas Cardial • 1 point
2 posts
-
0
votes2
answers216
viewsA: Error configuring Passport in Laravel
You injected the trait Laravel\Passport\HasApiTokens in your class User? use Laravel\Passport\HasApiTokens; use Illuminate\Notifications\Notifiable; use Illuminate\Foundation\Auth\User as…
-
0
votes2
answers60
viewsA: Search for inconsistency in a C#list
I believe that you should better relate your information. It seems to me that this is a case where there would be a class "Collaborator.Cs": public string id { get; set; } public string name { get;…