Skip to content

Commit 0d2b2c6

Browse files
committed
控制器添加内容
1 parent 102633c commit 0d2b2c6

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
namespace CoreCMF\Omnipay\App\Http\Controllers\Api;
4+
5+
use Illuminate\Http\Request;
6+
use App\Http\Controllers\Controller;
7+
8+
class ConfigController extends Controller
9+
{
10+
public function __construct(){
11+
}
12+
public function index()
13+
{
14+
15+
return [];
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
namespace CoreCMF\Omnipay\App\Http\Controllers\Api;
4+
5+
use Illuminate\Http\Request;
6+
use App\Http\Controllers\Controller;
7+
8+
class OrderController extends Controller
9+
{
10+
public function __construct(){
11+
}
12+
public function index()
13+
{
14+
15+
return [];
16+
}
17+
}

0 commit comments

Comments
 (0)