This website requires JavaScript.
Explore
Help
Sign In
Infra-Mirrors
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2024-10-01 01:36:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9023487d99
BookStack
/
app
/
Exceptions
/
UserUpdateException.php
8 lines
94 B
PHP
Raw
Normal View
History
Unescape
Escape
Apply fixes from StyleCI
2021-06-26 11:23:15 -04: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-30 11:11:58 -05:00
PHPCS related fixes.
2019-01-27 05:29:23 -05:00
class
UserUpdateException
extends
NotifyException
{
}
Reference in New Issue
Copy Permalink