This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
BookStack
Watch
2
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2024-11-29 12:16:04 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
5e8ec56196
BookStack
/
app
/
Exceptions
/
UserUpdateException.php
8 lines
94 B
PHP
Raw
Normal View
History
Unescape
Escape
Apply fixes from StyleCI
2021-06-26 23:23:15 +08:00
<
?
php
namespace
BookStack\Exceptions
;
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-31 00:11:58 +08:00
PHPCS related fixes.
2019-01-27 18:29:23 +08:00
class
UserUpdateException
extends
NotifyException
{
}
Reference in New Issue
Copy Permalink