1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Fleshed out entity provided and optimized imports

This commit is contained in:
Dan Brown
2018-09-25 16:58:03 +01:00
parent 919660678b
commit 257a5a23ec
49 changed files with 144 additions and 133 deletions

View File

@ -2,8 +2,8 @@
namespace BookStack\Notifications;
use Illuminate\Notifications\Notification;
use Illuminate\Notifications\Messages\MailMessage;
use Illuminate\Notifications\Notification;
class ResetPassword extends Notification
{