mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 01:22:30 +01:00
8 lines
157 B
PHP
8 lines
157 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/vendor/sllh/php-cs-fixer-styleci-bridge/autoload.php';
|
|
|
|
use SLLH\StyleCIBridge\ConfigBridge;
|
|
|
|
return ConfigBridge::create();
|