mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Add php doc to rule controller.
This commit is contained in:
@@ -19,6 +19,9 @@ use View;
|
||||
*/
|
||||
class RuleController extends Controller
|
||||
{
|
||||
/**
|
||||
* RuleController constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
@@ -27,6 +30,9 @@ class RuleController extends Controller
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return View
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
return view('rules.index');
|
||||
|
Reference in New Issue
Block a user