This commit is contained in:
18
app/Controllers/V2/M711.php
Normal file
18
app/Controllers/V2/M711.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
namespace App\Controllers\V2;
|
||||
|
||||
use App\Controllers\BaseController;
|
||||
|
||||
class M711 extends BaseController
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function lists(): string
|
||||
{
|
||||
return view("pages/v2/m711/lists", $this->data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user