start project page

This commit is contained in:
dev-chiefworks
2022-12-24 13:17:48 -05:00
parent 94dba8f3f9
commit eb372eeef8
4 changed files with 9 additions and 5 deletions
+5
View File
@@ -8,4 +8,9 @@ class Projects extends BaseController
{
return view('projects/index');
}
public function start()
{
return view('projects/index');
}
}