mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Added social sign in
This commit is contained in:
6
app/Exceptions/SocialDriverNotConfigured.php
Normal file
6
app/Exceptions/SocialDriverNotConfigured.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php namespace Oxbow\Exceptions;
|
||||
|
||||
|
||||
class SocialDriverNotConfigured extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user