mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 12:45:20 +00:00
Some basic fixes for the transaction controller [skip ci]
This commit is contained in:
36
app/controllers/RecurringController.php
Normal file
36
app/controllers/RecurringController.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
class RecurringController extends BaseController
|
||||
{
|
||||
public function create()
|
||||
{
|
||||
}
|
||||
|
||||
public function delete()
|
||||
{
|
||||
}
|
||||
|
||||
public function destroy()
|
||||
{
|
||||
}
|
||||
|
||||
public function edit()
|
||||
{
|
||||
}
|
||||
|
||||
public function index()
|
||||
{
|
||||
}
|
||||
|
||||
public function show()
|
||||
{
|
||||
}
|
||||
|
||||
public function store()
|
||||
{
|
||||
}
|
||||
|
||||
public function update()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user