mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
remove white space and carriage returns from version
This commit is contained in:
parent
8f53424017
commit
0df672baaa
@ -34,7 +34,7 @@ class VersionCheck implements ShouldQueue
|
|||||||
*/
|
*/
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
$version_file = file_get_contents(config('ninja.version_url'));
|
$version_file = trim(file_get_contents(config('ninja.version_url')));
|
||||||
|
|
||||||
info("latest version = {$version_file}");
|
info("latest version = {$version_file}");
|
||||||
|
|
||||||
|
@ -97,6 +97,8 @@ class Company extends BaseModel
|
|||||||
'google_analytics_key',
|
'google_analytics_key',
|
||||||
'client_can_register',
|
'client_can_register',
|
||||||
'enable_shop_api',
|
'enable_shop_api',
|
||||||
|
'invoice_task_timelog',
|
||||||
|
'auto_start_tasks',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $hidden = [
|
protected $hidden = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user