Skip to content

Commit ce61606

Browse files
committed
feat: adicionar alias para a classe Application na compatibilidade do núcleo
1 parent 2779150 commit ce61606

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/aliases.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ class_alias(
6363
'PivotPHP\Core\Http\Pool\DynamicPool'
6464
);
6565

66+
// Core Classes - Compatibilidade
67+
class_alias(
68+
'PivotPHP\Core\Core\Application',
69+
'PivotPHP\Core\Application'
70+
);
71+
6672
// Utilitários
6773
class_alias(
6874
'PivotPHP\Core\Utils\Arr',

0 commit comments

Comments
 (0)