April 9 update v2

This commit is contained in:
George Frederick "Buzz" Beurling
2020-04-09 18:25:21 -04:00
parent bf28eac68a
commit 4b659c5db1
3 changed files with 100 additions and 75 deletions

View File

@@ -330,6 +330,10 @@ class GoogleDriveFile extends Model
public static function getSidebarFile()
{
if (!\App\GoogleDriveFile::checkConfig())
{
return [];
}
$user = \Auth::user();
$sidebarArray = [];
$dirList = \App\GoogleDriveFile::all();