mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
April 9 update v2
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user