first commit

This commit is contained in:
dev-chiefworks
2022-09-30 11:35:02 -04:00
commit 12df0652f9
2048 changed files with 276151 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace App\Controllers;
class Projects extends BaseController
{
public function index()
{
return view('projects/index');
}
}