回答編集履歴

1

リンクに修正しました。

2016/11/18 09:39

投稿

fagai
fagai

スコア2158

test CHANGED
@@ -1,16 +1,16 @@
1
- https://github.com/laravel/framework/blob/5.3/src/Illuminate/Foundation/Auth/User.php
1
+ [https://github.com/laravel/framework/blob/5.3/src/Illuminate/Foundation/Auth/User.php](https://github.com/laravel/framework/blob/5.3/src/Illuminate/Foundation/Auth/User.php)
2
2
 
3
3
 
4
4
 
5
- https://github.com/laravel/framework/blob/5.3/src/Illuminate/Auth/Passwords/CanResetPassword.php
5
+ [https://github.com/laravel/framework/blob/5.3/src/Illuminate/Auth/Passwords/CanResetPassword.php](https://github.com/laravel/framework/blob/5.3/src/Illuminate/Auth/Passwords/CanResetPassword.php)
6
6
 
7
7
 
8
8
 
9
- https://github.com/laravel/framework/blob/5.3/src/Illuminate/Auth/Notifications/ResetPassword.php のtoMailメソッド
9
+ [https://github.com/laravel/framework/blob/5.3/src/Illuminate/Auth/Notifications/ResetPassword.php](https://github.com/laravel/framework/blob/5.3/src/Illuminate/Auth/Notifications/ResetPassword.php) のtoMailメソッド
10
10
 
11
11
 
12
12
 
13
- https://github.com/laravel/framework/blob/5.3/src/Illuminate/Notifications/Messages/MailMessage.php
13
+ [https://github.com/laravel/framework/blob/5.3/src/Illuminate/Notifications/Messages/MailMessage.php](https://github.com/laravel/framework/blob/5.3/src/Illuminate/Notifications/Messages/MailMessage.php)
14
14
 
15
15
  にて、標準だとviewメソッドが呼ばれないため標準の情報が返ってきているのだと思います。
16
16