/
proc
/
self
/
cwd
/
tabson
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Notifications
/
Upload File
HOME
<?php namespace Illuminate\Notifications; trait Notifiable { use HasDatabaseNotifications, RoutesNotifications; }