Changed the order of import folders
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Write-Verbose "Importing Functions"
|
Write-Verbose "Importing Functions"
|
||||||
|
|
||||||
# Import everything in sub folders folder
|
# Import everything in sub folders folder
|
||||||
foreach($folder in @('private', 'public', 'classes'))
|
foreach($folder in @('classes', 'private', 'public','includes'))
|
||||||
{
|
{
|
||||||
$root = Join-Path -Path $PSScriptRoot -ChildPath $folder
|
$root = Join-Path -Path $PSScriptRoot -ChildPath $folder
|
||||||
if(Test-Path -Path $root)
|
if(Test-Path -Path $root)
|
||||||
|
|||||||
Reference in New Issue
Block a user