I wanted to pass the result of the executed stored procedure to my PB.vue
the problem is, it's giving me an error saying:
"Call to a member function first() on array"
public function index()
{
$pbs = DB::select('EXECUTE [dbo].[spQueryContainer]');
return PBResource::collection($pbs);
}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire