first commit
This commit is contained in:
11
application/index/controller/Privacy.php
Normal file
11
application/index/controller/Privacy.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace app\index\controller;
|
||||
|
||||
class Privacy
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return view('privacy');
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user