change namespace and cleanup code

This commit is contained in:
2022-05-14 18:21:55 +02:00
parent 76edd961b7
commit 377dc53037
46 changed files with 400 additions and 360 deletions

View File

@@ -2,7 +2,7 @@
require __DIR__ . '/../vendor/autoload.php';
use GhostZero\BitinflowAccounts\BitinflowAccounts;
use Bitinflow\Accounts\BitinflowAccounts;
use Illuminate\Support\Arr;
$markdown = collect(class_uses(BitinflowAccounts::class))