Update routes/blueprint/client.php
This commit is contained in:
parent
5769192a8d
commit
de24907079
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Pterodactyl\BlueprintFramework\Controllers\ExtensionRouteController;
|
use App\BlueprintFramework\Controllers\ExtensionRouteController;
|
||||||
|
|
||||||
foreach (File::allFiles(__DIR__ . '/client') as $partial) {
|
foreach (File::allFiles(__DIR__ . '/client') as $partial) {
|
||||||
if ($partial->getExtension() == 'php') {
|
if ($partial->getExtension() == 'php') {
|
||||||
|
|
Loading…
Reference in a new issue