Logo
Explore Help
Sign In
mirror/librenms-librenms
1
0
Fork 0
You've already forked librenms-librenms
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
40cac40aecaece07dbece3b4e997d977f884d0da
librenms-librenms/app/Models/Mempool.php

12 lines
154 B
PHP
Raw Normal View History

API: System endpoint, more health graphs (#8730) * API: System endpoint, more health graphs * Add new line api_functions * Get count of relationships Using eloquent * Add new lines in Models
2018-05-19 00:36:06 -04:00
<?php
namespace App\Models;
Refactor eloquent base (#9716) * extract PortRelatedModel and DeviceRelatedModel * add scope for inDeviceGroup * handle null device group
2019-01-22 17:04:28 -06:00
class Mempool extends DeviceRelatedModel
API: System endpoint, more health graphs (#8730) * API: System endpoint, more health graphs * Add new line api_functions * Get count of relationships Using eloquent * Add new lines in Models
2018-05-19 00:36:06 -04:00
{
protected $table = 'mempools';
protected $primaryKey = 'mempool_id';
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 623ms Template: 2ms
edge-auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API