mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Clearer comments
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
7f0e677908
commit
ff66a938c1
|
@ -13,7 +13,8 @@ use App\Models\Setting;
|
|||
class GoogleAuthController extends Controller
|
||||
{
|
||||
/**
|
||||
* We need this constructor so that we override the socialite expected config variables
|
||||
* We need this constructor so that we override the socialite expected config variables,
|
||||
* since we want to allow this to be changed via database fields
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue