ProjectInvitationController
class ProjectInvitationController extends Controller
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
void
__construct()
Instantiate a new controller instance.
RedirectResponse|View
show(Request $request, string $uuid)
Shows the project invitation page.
Details
in
Controller at line 21
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
at line 16
void
__construct()
Instantiate a new controller instance.
at line 32
RedirectResponse|View
show(Request $request, string $uuid)
Shows the project invitation page.