mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Add forward-compatible MyAAC namespace
This commit is contained in:
parent
5a953ce901
commit
035d0c1012
5
system/libs/src/Cache.php
Normal file
5
system/libs/src/Cache.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace MyAAC;
|
||||
|
||||
class Cache extends \Cache {}
|
5
system/libs/src/Plugins.php
Normal file
5
system/libs/src/Plugins.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace MyAAC;
|
||||
|
||||
class Plugins extends \Plugins {}
|
Loading…
x
Reference in New Issue
Block a user