mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for client routes
This commit is contained in:
parent
8a9a09463b
commit
fde27e8e0b
@ -142,7 +142,7 @@ Route::get('phantom/{entity}/{invitation_key}', [Phantom::class, 'displayInvitat
|
|||||||
|
|
||||||
Route::fallback(function () {
|
Route::fallback(function () {
|
||||||
|
|
||||||
if (Ninja::isSelfHost() && Account::first()->set_react_as_default_ap) {
|
if (Ninja::isSelfHost() && Account::first()?->set_react_as_default_ap) {
|
||||||
|
|
||||||
$account = Account::first();
|
$account = Account::first();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user