1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Made social accounts attachable

This commit is contained in:
Dan Brown
2015-09-04 20:40:36 +01:00
parent 3d18a04c39
commit eac7378ce0
14 changed files with 265 additions and 56 deletions

View File

@ -0,0 +1,7 @@
<?php namespace Oxbow\Exceptions;
class SocialSignInException extends NotifyException
{
}

View File

@ -1,7 +0,0 @@
<?php namespace Oxbow\Exceptions;
class UserNotFound extends NotifyException
{
}