mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-05-13 09:55:55 +08:00
19 lines
236 B
PHP
19 lines
236 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
class ExampleController extends Controller
|
|
{
|
|
/**
|
|
* Create a new controller instance.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function __construct()
|
|
{
|
|
//
|
|
}
|
|
|
|
//
|
|
}
|