Add (v1)
This commit is contained in:
@@ -37,4 +37,9 @@ public function __construct()
|
||||
{
|
||||
$this->middleware('guest')->except('logout');
|
||||
}
|
||||
|
||||
public function redirectTo()
|
||||
{
|
||||
return route('posts.manage');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user