Replies: 1 comment
-
did u solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
for example I have a file (mat,codeRubr,montRubr) I want to add a columns in importing to database columns (anneePaie ,noPaie )
help me please!!
public function __construct(PaieModelRubrique $anneePaie,$noPaie)
{
$this->anneePaie = $anneePaie;
$this->noPaie = $noPaie;
}
public function model(array $row)
{
return new PaieModelRubrique([
Controller****************
public function importRubrique(Request $request){
Beta Was this translation helpful? Give feedback.
All reactions