Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Fix missing controller bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahiemS committed Sep 5, 2018
1 parent a4fb0e5 commit ee988f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Http/Controllers/ViewCategoriesController.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php
/*
* This file is part of reflar/koseki.
*
* Copyright (c) ReFlar.
*
* http://reflar.io
*
* For the full copyright and license information, please view the license.md
* file that was distributed with this source code.
*/
namespace Reflar\Koseki\Http\Controllers;

use Flarum\Forum\Controller\WebAppController;

class ViewCategoriesController extends WebAppController
{
}

0 comments on commit ee988f1

Please sign in to comment.