mirror of
https://github.com/10h30/Test-Eloquent-Relationships.git
synced 2026-07-11 10:46:13 +09:00
Task 1 - hasmany incorrect
This commit is contained in:
@@ -16,3 +16,6 @@ use Illuminate\Support\Facades\Route;
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
Route::post('tasks', [\App\Http\Controllers\TaskController::class, 'store'])
|
||||
->middleware('auth');
|
||||
|
||||
Reference in New Issue
Block a user