Version bump

This commit is contained in:
David Bomba 2023-01-24 07:25:06 +11:00
parent 3545482892
commit cf6a81ef0f
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
5.5.60 5.5.61

View File

@ -174,7 +174,7 @@ class BaseModel extends Model
return $this return $this
->withTrashed() ->withTrashed()
->company() // ->company()
->where('id', $this->decodePrimaryKey($value))->firstOrFail(); ->where('id', $this->decodePrimaryKey($value))->firstOrFail();
} }

View File

@ -240,7 +240,7 @@ class ClientContact extends Authenticatable implements HasLocalePreference
{ {
return $this return $this
->withTrashed() ->withTrashed()
->company() // ->company()
->where('id', $this->decodePrimaryKey($value))->firstOrFail(); ->where('id', $this->decodePrimaryKey($value))->firstOrFail();
} }

View File

@ -14,8 +14,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true), 'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => '5.5.60', 'app_version' => '5.5.61',
'app_tag' => '5.5.60', 'app_tag' => '5.5.61',
'minimum_client_version' => '5.0.16', 'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1', 'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''), 'api_secret' => env('API_SECRET', ''),