Commit 1d725b27 authored by helmut's avatar helmut

Update laravel/file.php

Yep... good pick up jason.
parent ee18da9b
...@@ -331,6 +331,8 @@ class File { ...@@ -331,6 +331,8 @@ class File {
*/ */
public static function latest($directory, $options = fIterator::SKIP_DOTS) public static function latest($directory, $options = fIterator::SKIP_DOTS)
{ {
$latest = null;
$time = 0; $time = 0;
$items = new fIterator($directory, $options); $items = new fIterator($directory, $options);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment