forked from Alex/Pterodactyl-Panel
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
|
<?php
|
||
|
|
||
|
require_once __DIR__ . '/vendor/sllh/php-cs-fixer-styleci-bridge/autoload.php';
|
||
|
|
||
|
use SLLH\StyleCIBridge\ConfigBridge;
|
||
|
|
||
|
return ConfigBridge::create();
|