Add checkin/checkout log to user profile view

This commit is contained in:
snipe
2013-11-19 03:58:26 -05:00
parent f7f79681f3
commit b8908bf246
6 changed files with 69 additions and 22 deletions
+1 -1
View File
@@ -11,6 +11,7 @@ use Input;
use User;
use Asset;
use Lang;
use Actionlog;
use Location;
use Redirect;
use Sentry;
@@ -414,7 +415,6 @@ class UsersController extends AdminController {
public function getView($userId = null)
{
$user = User::find($userId);
// Show the page
return View::make('backend/users/view', compact('user'));
}