You've already forked Atomcms-edit
fix: add missing View import in ShopController
This commit is contained in:
@@ -10,6 +10,7 @@ use App\Services\PurchaseService;
|
|||||||
use App\Services\RconService;
|
use App\Services\RconService;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use Illuminate\Support\Facades\Auth;
|
use Illuminate\Support\Facades\Auth;
|
||||||
|
use Illuminate\View\View;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
class ShopController extends Controller
|
class ShopController extends Controller
|
||||||
|
|||||||
Reference in New Issue
Block a user