登录注册功能
This commit is contained in:
@@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
|
||||
$framework = \App\Models\ProjectModal::with([
|
||||
$framework = \App\Models\ProjectModel::with([
|
||||
'frameworks',
|
||||
'labels',
|
||||
'technologyStacks',
|
||||
|
||||
Reference in New Issue
Block a user