PATH:
home
/
centosnipponia
/
public_html
/
appnip-old
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Notifications
<?php namespace Illuminate\Notifications; class Action { /** * The action text. * * @var string */ public $text; /** * The action URL. * * @var string */ public $url; /** * Create a new action instance. * * @param string $text * @param string $url * @return void */ public function __construct($text, $url) { $this->url = $url; $this->text = $text; } }
[+]
..
[-] Action.php
[edit]
[-] AnonymousNotifiable.php
[edit]
[-] ChannelManager.php
[edit]
[+]
Channels
[+]
Console
[-] DatabaseNotification.php
[edit]
[-] DatabaseNotificationCollection.php
[edit]
[+]
Events
[-] HasDatabaseNotifications.php
[edit]
[-] LICENSE.md
[edit]
[+]
Messages
[-] Notifiable.php
[edit]
[-] Notification.php
[edit]
[-] NotificationSender.php
[edit]
[-] NotificationServiceProvider.php
[edit]
[-] RoutesNotifications.php
[edit]
[-] SendQueuedNotifications.php
[edit]
[-] composer.json
[edit]
[+]
resources
[-] .htaccess.disabled
[edit]