NotificationsController
class NotificationsController extendsController
Traits
AuthorizesRequests
ValidatesRequests
Methods
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
from Controller
Response
index(Request$request,Guard$auth)
Shows the notification center.
Details
inControllerat line21
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
at line18
Response
index(Request$request,Guard$auth)
Shows the notification center.