mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Add message
This commit is contained in:
@@ -103,7 +103,7 @@ class HomeController extends Controller
|
|||||||
public function index(AccountRepositoryInterface $repository): mixed
|
public function index(AccountRepositoryInterface $repository): mixed
|
||||||
{
|
{
|
||||||
if ('v3' === config('firefly.layout')) {
|
if ('v3' === config('firefly.layout')) {
|
||||||
return view('pwa');
|
die('Please set your layout to "v1".');
|
||||||
}
|
}
|
||||||
$types = config('firefly.accountTypesByIdentifier.asset');
|
$types = config('firefly.accountTypesByIdentifier.asset');
|
||||||
$count = $repository->count($types);
|
$count = $repository->count($types);
|
||||||
|
Reference in New Issue
Block a user