shell bypass 403

UnknownSec Shell


name : PaymentChannelsTableSeeder.php
<?php

namespace Database\Seeders;

use Illuminate\Database\Seeder;
use \App\Models\PaymentChannel;

class PaymentChannelsTableSeeder extends Seeder
{
    /**
     * Run the database seeds.
     *
     * @return void
     */
    public function run()
    {
        foreach (\App\Models\PaymentChannel::$classes as $index => $class) {

            $check = PaymentChannel::query()->where('class_name', $class)->first();

            if (empty($check)) {
                PaymentChannel::query()->create([
                    'title' => $class,
                    'class_name' => $class,
                    'status' => 'active',
                    'image' => null,
                    'credentials' => null,
                    'currencies' => null,
                    'created_at' => time()
                ]);
            }
        }
    }
}

© 2025 UnknownSec
Effective Time Management | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
Effective Time Management

Effective Time Management

in Management
5.00
(1 Ratings)
Created by John Powe
5/10 Students

Report course

Please describe about the report short and clearly.

Share

Share course with your friends

Buy with points