Skip to content

Commit

Permalink
Merge pull request #11 from ARCANESOFT/develop
Browse files Browse the repository at this point in the history
Bump arcanesoft/auth dependency
  • Loading branch information
arcanedev-maroc authored Jul 31, 2017
2 parents 6286cce + 3c4ed57 commit 4182b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"php": ">=5.6.4",
"arcanedev/log-viewer": "~4.3",
"arcanedev/route-viewer": "~1.0",
"arcanesoft/auth": "~2.2",
"arcanesoft/auth": "~3.0",
"arcanesoft/core": "~2.4"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions src/ViewComposers/System/ApplicationInfoComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ private function getFolderSize($path)
$size = 0;

foreach(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path)) as $directory){
/** @var \SplFileInfo $directory */
$size += $directory->getSize();
}

Expand Down

0 comments on commit 4182b20

Please sign in to comment.