PATH:
home
/
rwabteecom
/
project_11
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Notifications
/
Editing: Notifiable.php
<?php namespace Illuminate\Notifications; trait Notifiable { use HasDatabaseNotifications, RoutesNotifications; }
SAVE
CANCEL