This commit is contained in:
James Cole
2021-04-04 12:48:44 +02:00
parent 1b8eb3cd68
commit d3502c56d3
4 changed files with 11 additions and 10 deletions

View File

@@ -107,7 +107,6 @@ class HomeController extends Controller
*/
public function index(AccountRepositoryInterface $repository)
{
$result = version_compare(phpversion(), '8.0');
$types = config('firefly.accountTypesByIdentifier.asset');
$count = $repository->count($types);
Log::channel('audit')->info('User visits homepage.');