Experimental signed commit.

This commit is contained in:
James Cole
2020-07-10 06:48:39 +02:00
parent 886475740a
commit 14e06bfedd
8 changed files with 45 additions and 19 deletions

View File

@@ -115,6 +115,14 @@ class IndexController extends Controller
}
/**
* @return \Illuminate\Contracts\Foundation\Application|Factory|View
*/
public function emptyIndex()
{
return view('accounts.empty-index');
}
/**
* Show list of accounts.
*