From 88d84073aecbe8bdc5f10825b6d7ca6b81c5f7b1 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 27 Dec 2014 21:11:11 -0500 Subject: Add more subscribers --- app/Event/AuthEvent.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app/Event/AuthEvent.php (limited to 'app/Event') diff --git a/app/Event/AuthEvent.php b/app/Event/AuthEvent.php new file mode 100644 index 00000000..ec1bec99 --- /dev/null +++ b/app/Event/AuthEvent.php @@ -0,0 +1,27 @@ +auth_name = $auth_name; + $this->user_id = $user_id; + } + + public function getUserId() + { + return $this->user_id; + } + + public function getAuthType() + { + return $this->auth_name; + } +} -- cgit v1.2.3