close #197 Fixed: Not able to update apps

This commit is contained in:
Cüneyt Şentürk 2018-01-27 02:55:30 +03:00
parent d89af75378
commit ac779362b5

View File

@ -25,7 +25,7 @@ class Info
{
$data = static::versions();
$data['token'] = setting('general.token');
$data['token'] = setting('general.api_token');
$data['companies'] = Company::all()->count();