Menachem Segal
Results
1
issues of
Menachem Segal
Hi, When I'm calling a controller that excute this method: public function downloadZip ($did) { $decs = DB::table ('app_decisions')->select ()->where ('id', '=', $did)->first (); $files = DB::table('apps_file') ->where([ ['app_id', '=',...