From: edward Date: Wed, 30 Mar 2016 10:37:19 +0000 (+0800) Subject: RooTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=04083c06ce2a9d61718454b5f670946a9d82658d RooTrait.php --- diff --git a/RooTrait.php b/RooTrait.php index 05f3b50b..4b676e59 100644 --- a/RooTrait.php +++ b/RooTrait.php @@ -164,6 +164,6 @@ trait Pman_Core_RooTrait { function getAuthUser() { - die('Get auth user is not implement'); + die('Get auth user is not implement.'); } }