mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Silence errors from file_get_contents
This commit is contained in:
parent
65e9e604c0
commit
ba133360a2
@ -35,7 +35,7 @@ class VersionCheck implements ShouldQueue
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$version_file = trim(file_get_contents(config('ninja.version_url')));
|
||||
$version_file = trim(@file_get_contents(config('ninja.version_url')));
|
||||
|
||||
nlog("latest version = {$version_file}");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user