Start on user dashboard
This commit is contained in:
@@ -13,6 +13,11 @@ use App\Models\{Address,Domain,Echomail,Setup};
|
||||
|
||||
class HomeController extends Controller
|
||||
{
|
||||
public function home()
|
||||
{
|
||||
return redirect(Auth::check() ? 'dashboard' : 'about');
|
||||
}
|
||||
|
||||
public function network(Domain $o)
|
||||
{
|
||||
if (! $o->public && ! Gate::check('admin',$o))
|
||||
|
Reference in New Issue
Block a user