This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2026-02-24 19:07:20 +03:00
Code
Issues
784
Packages
Projects
Releases
14
Wiki
Activity
Files
b8ce8fd85222ad8ce266b2d0cf13b4fadf38d9f7
BookStack
/
app
/
Exceptions
/
UserUpdateException.php
6 lines
93 B
PHP
Raw
Normal View
History
Unescape
Escape
Added check for last admin on role change Will show error message if last admin and admin role is removed. Closes #1124 Also cleaned up user controller a little.
2018-12-30 16:11:58 +00:00
<
?
php
namespace
BookStack\Exceptions
;
PHPCS related fixes.
2019-01-27 15:59:23 +05:30
class
UserUpdateException
extends
NotifyException
{
}
Reference in New Issue
Copy Permalink