Added routes, admin statistics to the controller and added models for coin transaction and coin transaction type

This commit is contained in:
2025-12-30 16:08:53 +00:00
parent 3d23627433
commit 5f845b2ba7
5 changed files with 123 additions and 1 deletions
-1
View File
@@ -3,7 +3,6 @@
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
use App\Http\Requests\StoreGameRequest;
use Illuminate\Database\Eloquent\Factories\HasFactory;