mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Final fixes for API binder.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* HttpBinder.php
|
||||
* Binder.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
@@ -31,7 +31,7 @@ use Illuminate\Routing\Route;
|
||||
/**
|
||||
* Class HttpBinder
|
||||
*/
|
||||
class HttpBinder
|
||||
class Binder
|
||||
{
|
||||
/**
|
||||
* The authentication factory instance.
|
Reference in New Issue
Block a user