You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Added name, email and password in shops table migration if its missing from current shops table (#1209)
* fixed issue when using custom table for authentication instead of users table
* fixed charges model saving when using custom shop table
* refactor code for reusing shops table name and its foreign id
* refactor getShopsTable() and added new method for getting shops table foreign key
* Remove unwanted new line feom Charge model contractor
* auto fixes code style from php-cs-fixer
* added name, email and password in create shops table migration if its missing current shops table
0 commit comments