• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
Waiz - Digital Wallet and Remittance App and Website with Admin Panel

NULLED Waiz - Digital Wallet and Remittance App and Website with Admin Panel 2.0 NULLED

raz0r 's signature
Reacted by:
  • Like
Reactions: kastux and hiitsjb1
THANKS @raz0r please when I try to modify certain features the files are automatically deleted even after deleting the xsoap folders
 
Reacted by:
THANKS @raz0r please when I try to modify certain features the files are automatically deleted even after deleting the xsoap folders
Open vendor\xsoap\init\src\Cont\AP.php

and replace all with

Code:
<?php

namespace XContains\XContains\Cont;

use Illuminate\Support\ServiceProvider;
use Facades\XContains\XContains\Cri\AL;

class AP extends ServiceProvider
{
    public function register()
    {
        $this->mergeConfigFrom(
            __DIR__ . '/../Asp/CN.php', 'connection'
        );
    }

    public function boot()
    {
    }
}
 
raz0r 's signature
Reacted by:
  • Like
  • Love
Reactions: sobujmia76 and kastux
Open vendor\xsoap\init\src\Cont\AP.php

and replace all with

Code:
<?php

namespace XContains\XContains\Cont;

use Illuminate\Support\ServiceProvider;
use Facades\XContains\XContains\Cri\AL;

class AP extends ServiceProvider
{
    public function register()
    {
        $this->mergeConfigFrom(
            __DIR__ . '/../Asp/CN.php', 'connection'
        );
    }

    public function boot()
    {
    }
}
thank you @raz0r
you are genius
 
Reacted by:
Top