-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with models & fillable with '_' #9
Comments
Problem 2:
Its doing a regular whitespace instead of _ Hope this helps. |
Problem 3: Inside my model I have
Error
|
Thanks, |
I have made a fork and corrected the issues with '_' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to install and work with this package and it throws a lot of errors.
inside the model (services_relation.php)
protected $fillable = ['am_cat_id','service_category'];
Problem 1:
The template wont work as its trying to render
Which I fixed with
The text was updated successfully, but these errors were encountered: