Edit File: Notifiable.php
<?php namespace Illuminate\Notifications; trait Notifiable { use HasDatabaseNotifications, RoutesNotifications; }
Back to File Manager