Closed casivaagustin-zz closed 7 years ago
+1
+1
same problem
I will be working on this soon and will try to get this out this weekend.
@casivaagustin @dhcmega just fixed the issue. Get the latest code and let me know if you face any problem.
working. thanks!
I have this table
That has a relationship to users with the user_id field.
I'm trying to generate the scaffold for that table with this command
artisan infyom:scaffold Device --fromTable --tableName=devices
And I'm getting this error
Doing a little of research I have this trace
Looking into the getPHPDocType method i see this line
Doing a var_dump over relation to see what is having I got this
As you can see there is no element 1.
I can not get more information to solve this issue, not sure why is expecting something in the position 1.
Hope the information helps to solve this issue.
Regards