Changed the order of import folders

This commit is contained in:
KevinMarquette
2017-02-02 18:57:14 -08:00
parent 912c4879d0
commit e486a8fe6e

View File

@@ -1,7 +1,7 @@
Write-Verbose "Importing Functions"
# 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
if(Test-Path -Path $root)