This commit is contained in:
TheGamecraft
2018-12-03 17:21:50 -05:00
parent 0fddd138bf
commit 9dc4d1103f
8 changed files with 190 additions and 50 deletions

View File

@@ -320,4 +320,9 @@ class ECCController extends Controller
{
return view('ecc.list');
}
public function files()
{
return view('ecc.files');
}
}