This commit is contained in:
TheGamecraft
2018-12-03 10:51:24 -05:00
parent f98cd85872
commit 0fddd138bf
7 changed files with 130 additions and 2 deletions

View File

@@ -315,4 +315,9 @@ class ECCController extends Controller
return redirect('/ecc/inventory/'.$id.'/'.$niveau.'/'.$periode);
}
public function list()
{
return view('ecc.list');
}
}

View File

@@ -3,8 +3,9 @@
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use \App\Schedule;
class ScheduleController extends Controller
{
//
//
}