8 changed files with 119 additions and 11 deletions
-
40app/Admin/Controllers/HomeController.php
-
24app/Admin/Controllers/LanzuMmInfoController.php
-
22app/Admin/Controllers/LanzuMmWithdrawController.php
-
12app/Admin/Controllers/LanzuMpInfoController.php
-
13app/Models/AdminRoleUsers.php
-
13app/Models/AdminRoles.php
-
4app/Models/LanzuMmInfo.php
-
2app/Models/LanzuMmWithdraw.php
@ -0,0 +1,13 @@ |
|||
<?php |
|||
|
|||
|
|||
namespace App\Models; |
|||
use Illuminate\Database\Eloquent\Model; |
|||
|
|||
|
|||
class AdminRoleUsers extends Model |
|||
{ |
|||
protected $table = 'admin_role_users'; |
|||
//protected $dateFormat = 'U';
|
|||
|
|||
} |
|||
@ -0,0 +1,13 @@ |
|||
<?php |
|||
|
|||
|
|||
namespace App\Models; |
|||
use Illuminate\Database\Eloquent\Model; |
|||
|
|||
|
|||
class AdminRoles extends Model |
|||
{ |
|||
protected $table = 'admin_roles'; |
|||
//protected $dateFormat = 'U';
|
|||
|
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue