Add new version in repository
This commit is contained in:
@@ -7,13 +7,13 @@ use App\Http\Controllers\Controller;
|
||||
|
||||
class HomeController extends Controller
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware('auth');
|
||||
}
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware('auth');
|
||||
}
|
||||
|
||||
public function index()
|
||||
{
|
||||
return view('home');
|
||||
}
|
||||
public function index()
|
||||
{
|
||||
return view('admin.Shop.Dashboard.index');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user