Kaydet (Commit) a427c94e authored tarafından Baran Sekin's avatar Baran Sekin

Fix for #136

üst 0fc3b4d0
......@@ -190,6 +190,11 @@ class HomeController extends Controller
*/
public function request()
{
validate([
'note' => 'required|string',
'type' => 'required|in:server,extension,other',
'speed' => 'required|in:normal,urgent',
]);
LimanRequest::create([
"user_id" => auth()->id(),
"email" => auth()->user()->email,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment