Example #1
0
 public function all()
 {
     //$stores = $this->storeRepo->all();
     //return response()->json($stores);
     $stores = Store::all();
     return $stores;
 }