mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Disable dashboard redirect
This commit is contained in:
parent
19a24f2092
commit
2b509ab220
@ -12,17 +12,11 @@
|
||||
namespace App\Http\Controllers\ClientPortal;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
use Illuminate\Contracts\View\Factory;
|
||||
use Illuminate\View\View;
|
||||
|
||||
class DashboardController extends Controller
|
||||
{
|
||||
/**
|
||||
* @return Factory|View
|
||||
*/
|
||||
public function index()
|
||||
public function index(): \Illuminate\View\View
|
||||
{
|
||||
return redirect()->route('client.invoices.index');
|
||||
//return $this->render('dashboard.index');
|
||||
return $this->render('dashboard.index');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user