Skip to content

Commit

Permalink
resetpassworddocument
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetserefoglu committed Jul 1, 2020
1 parent b1036e7 commit 381f9a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Notifications/ResetPasswordNotify.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/*
*
* Şifre Yenileme Linki Göndermek İçin Kullandığımız Sınıf
* Burada ShouldQueue sınıfını implement etmemiz bize mail göndermelerde işlemleri kuyruğa alarak işlem yapıyor
* Burada ShouldQueue sınıfını implement etmemiz bize mail göndermelerde işlemleri kuyruğa alarak işlem yapıyor olması
*/
class ResetPasswordNotify extends Notification implements ShouldQueue {
use Queueable;
Expand Down
4 changes: 2 additions & 2 deletions storage/api-docs/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
}
}
},
"/api/password/createtoken": {
"/api/password/sendtoken": {
"post": {
"tags": [
"Token for Reset Password "
Expand All @@ -309,7 +309,7 @@
}
}
},
"/api/find/find": {
"/api/password/find": {
"get": {
"tags": [
"User Token Find"
Expand Down

0 comments on commit 381f9a1

Please sign in to comment.