Final fixes for API binder.

This commit is contained in:
James Cole
2018-02-09 15:01:22 +01:00
parent d2a8819dd4
commit c460419166
2 changed files with 11 additions and 11 deletions

View File

@@ -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.