Apply fixes from StyleCI

This commit is contained in:
Jonny Barnes 2017-03-01 21:01:00 +00:00 committed by StyleCI Bot
parent fe8f871e3a
commit 984f3c067b
9 changed files with 9 additions and 12 deletions

View file

@ -6,7 +6,7 @@ use App\Article;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
class ArticlesAdminController extends Controller
class ArticlesConrtoller extends Controller
{
/**
* List the articles that can be edited.

View file

@ -5,7 +5,7 @@ namespace App\Http\Controllers\Admin;
use App\MicropubClient;
use App\Http\Controllers\Controller;
class ClientsAdminController extends Controller
class ClientsController extends Controller
{
/**
* Show a list of known clients.

View file

@ -8,7 +8,7 @@ use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use Illuminate\Filesystem\Filesystem;
class ContactsAdminController extends Controller
class ContactsController extends Controller
{
/**
* List the currect contacts that can be edited.

View file

@ -9,7 +9,7 @@ use App\Jobs\SendWebMentions;
use App\Services\NoteService;
use App\Http\Controllers\Controller;
class NotesAdminController extends Controller
class NotesController extends Controller
{
protected $noteService;

View file

@ -8,7 +8,7 @@ use App\Services\PlaceService;
use App\Http\Controllers\Controller;
use Phaza\LaravelPostgis\Geometries\Point;
class PlacesAdminController extends Controller
class PlacesController extends Controller
{
protected $placeService;