|
@@ -258,7 +258,7 @@ class ContainerController extends Controller
|
|
|
$libraryCount=$librarys->count();
|
|
|
$containerCount = $librarys->sum('container_count');
|
|
|
|
|
|
- $MyLibrarys=Library::query()->allowed()->orderBy('updated_at', 'desc')->get(['id', 'name', 'created_at', 'updated_at']);
|
|
|
+ $MyLibrarys=Library::query()->allowed()->orderBy('updated_at', 'desc')->get(['id', 'name', 'type','created_at', 'updated_at']);
|
|
|
$MyContainers = Container::query()->allowed()->orderBy('updated_at', 'desc')->get( ['id', 'name', 'created_at', 'updated_at']);
|
|
|
|
|
|
return $this->success([
|