Add correct outfile implementation
BC breaking changes to outfile.
use DB::table()->intoOutfile($file)->query()
instead of DB::table()->intoOutfile($file)
This allows union select into outfile to work correctly
BC breaking changes to outfile.
use DB::table()->intoOutfile($file)->query()
instead of DB::table()->intoOutfile($file)
This allows union select into outfile to work correctly