first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
class Projects extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return view('projects/index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user