Removed an unused filter

This commit is contained in:
Graham Campbell
2015-01-02 00:53:36 +00:00
parent ef98408a42
commit deb4aae0d4
2 changed files with 0 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
<?php
namespace CachetHQ\Cachet\Http\Before;
use Illuminate\Support\Facades\Auth;
class AuthBasicFilter
{
public function filter()
{
return Auth::basic();
}
}