Did update to 1.8.6 with php artisan git:update and it went well. When I went to Staff Dashboard it was showing 1.8.5 was installed and that there's 1.8.6 available. Per xI Poppabear config/unit3d.php was never updated. Running git fetch origin && git checkout origin/master -- config/unit3d.php fixed the issue.
Did update to 1.8.6 with
php artisan git:update
and it went well. When I went to Staff Dashboard it was showing 1.8.5 was installed and that there's 1.8.6 available. Per xI Poppabearconfig/unit3d.php
was never updated. Runninggit fetch origin && git checkout origin/master -- config/unit3d.php
fixed the issue.