BPTproto /
BPT-Multi
| 1 | <?php |
||
| 2 | |||
| 3 | namespace BPT; |
||
| 4 | |||
| 5 | use BPT\tools\{is,file,convert,generator,encrypt}; |
||
| 6 | |||
| 7 | class tools{ |
||
| 8 | use is; |
||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||
| 9 | use file; |
||
| 10 | use convert; |
||
| 11 | use generator; |
||
| 12 | use encrypt; |
||
| 13 | } |