We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2746be9 commit 1726ed9Copy full SHA for 1726ed9
src/Http/Middleware/Settings.php
@@ -96,7 +96,7 @@ public function handle($request, Closure $next)
96
if ($versionSetting && ($versionSetting->updated_at < Carbon::now()->subDays(3) || ! $installIdSetting)) {
97
try {
98
$client = new Client();
99
- $url = "https://beta.laravelcrm.com/api/public/version";
+ $url = "https://api.laravelcrm.com/api/v1/public/version";
100
101
if (Schema::hasColumn('users', 'crm_access')) {
102
$userCount = User::where('crm_access', 1)->count();
0 commit comments