We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4570127 commit 050514aCopy full SHA for 050514a
1 file changed
routes/web.php
@@ -252,6 +252,10 @@
252
return view('errors.not-authorized');
253
})->name('errors.not-authorized');
254
255
+Route::get('/task-is-not-assigned', function () {
256
+ return view('errors.task-is-not-assigned');
257
+})->name('errors.task-is-not-assigned');
258
+
259
// SAML Metadata Route
260
Route::resource('/saml/metadata', MetadataController::class)->only('index');
261
0 commit comments