mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Add calendar view.
This commit is contained in:
@@ -70,10 +70,6 @@ class IndexController extends Controller
|
||||
*/
|
||||
public function calendar(Request $request)
|
||||
{
|
||||
$date = new Carbon;
|
||||
$daysOfWeek = ['S', 'M', 'T', 'W', 'T', 'F', 'S'];
|
||||
//$firstDayOfMonth = mktime(0, 0, 0, $month, 1, $year);
|
||||
|
||||
return view('recurring.calendar');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user