dmitry-ivanov / laravel-console-mutex

Mutex for Laravel Console Commands.
MIT License
139 stars 31 forks source link

MySqlLock can't connect to a database on a non-default port #2

Closed willemo closed 7 years ago

willemo commented 7 years ago

The port setup in the Laravel database config file isn't added to the arguments for NinjaMutex\Lock\MySqlLock. I've created a pull request where I've added the port: #1

dmitry-ivanov commented 7 years ago

Thank you! Merged and released.