Editing: Notifiable.php
<?php namespace Illuminate\Notifications; trait Notifiable { use HasDatabaseNotifications, RoutesNotifications; }
Save
Back