/home/kueuepay/public_html/vendor/laravel/framework/src/Illuminate/Notifications/Notifiable.php
<?php

namespace Illuminate\Notifications;

trait Notifiable
{
    use HasDatabaseNotifications, RoutesNotifications;
}
Examples

Examples

For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository