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
Excel from Beginner to Advanced | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
Excel from Beginner to Advanced

Excel from Beginner to Advanced

in Management
4.75
(1 Ratings)
Created by Robert Ransdell
4/50 Students
BLK10
Black Firday Offer

Buy now with a special offer

ticket-discount

Report course

Please describe about the report short and clearly.

Share

Share course with your friends

Buy with points