Browse Source

Revert "社区卡片数据"

This reverts commit d3859675a0.
master
desion 5 years ago
parent
commit
377291ecc3
  1. 2
      app/Admin/Controllers/HomeController.php
  2. 2
      app/Admin/Metrics/Community/TotalAmount.php
  3. 2
      app/Admin/Metrics/Community/TotalCommunity.php
  4. 2
      app/Admin/Metrics/Community/TotalUser.php

2
app/Admin/Controllers/HomeController.php

@ -2,7 +2,7 @@
namespace App\Admin\Controllers;
use App\admin\Card\Community;
use App\admin\Metrics\Community;
use App\Admin\Metrics\Examples;
use App\Http\Controllers\Controller;
use Dcat\Admin\Controllers\Dashboard;

2
app/Admin/Card/Community/TotalAmount.php → app/Admin/Metrics/Community/TotalAmount.php

@ -1,5 +1,5 @@
<?php
namespace App\admin\Card\Community;
namespace App\admin\Metrics\Community;
use App\Models\LanzuUserBalance;

2
app/Admin/Card/Community/TotalCommunity.php → app/Admin/Metrics/Community/TotalCommunity.php

@ -1,7 +1,7 @@
<?php
namespace App\admin\Card\Community;
namespace App\admin\Metrics\Community;

2
app/Admin/Card/Community/TotalUser.php → app/Admin/Metrics/Community/TotalUser.php

@ -1,7 +1,7 @@
<?php
namespace App\admin\Card\Community;
namespace App\admin\Metrics\Community;
use App\Models\LanzuUserRelationBind;
Loading…
Cancel
Save