DIR: /var/www/devs.lapieza.net/vendor/laravel/framework/src/Illuminate/Notifications/ |
Current File : //var/www/devs.lapieza.net/vendor/laravel/framework/src/Illuminate/Notifications/Notifiable.php |
<?php namespace Illuminate\Notifications; trait Notifiable { use HasDatabaseNotifications, RoutesNotifications; } |