mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Version bump
This commit is contained in:
parent
3545482892
commit
cf6a81ef0f
@ -1 +1 @@
|
||||
5.5.60
|
||||
5.5.61
|
@ -174,7 +174,7 @@ class BaseModel extends Model
|
||||
|
||||
return $this
|
||||
->withTrashed()
|
||||
->company()
|
||||
// ->company()
|
||||
->where('id', $this->decodePrimaryKey($value))->firstOrFail();
|
||||
}
|
||||
|
||||
|
@ -240,7 +240,7 @@ class ClientContact extends Authenticatable implements HasLocalePreference
|
||||
{
|
||||
return $this
|
||||
->withTrashed()
|
||||
->company()
|
||||
// ->company()
|
||||
->where('id', $this->decodePrimaryKey($value))->firstOrFail();
|
||||
}
|
||||
|
||||
|
@ -14,8 +14,8 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => '5.5.60',
|
||||
'app_tag' => '5.5.60',
|
||||
'app_version' => '5.5.61',
|
||||
'app_tag' => '5.5.61',
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', ''),
|
||||
|
Loading…
x
Reference in New Issue
Block a user