@@ -25,10 +25,10 @@ |
||
| 25 | 25 | |
| 26 | 26 | namespace App\Http\Controllers\General; |
| 27 | 27 | |
| 28 | +use App\DataTables\General\ArpDataTable; |
|
| 28 | 29 | use App\DataTables\General\IPv4DataTable; |
| 29 | 30 | use App\DataTables\General\IPv6DataTable; |
| 30 | 31 | use App\DataTables\General\MacDataTable; |
| 31 | -use App\DataTables\General\ArpDataTable; |
|
| 32 | 32 | use App\Http\Controllers\Controller; |
| 33 | 33 | use Illuminate\Http\Request; |
| 34 | 34 | |
@@ -243,7 +243,7 @@ |
||
| 243 | 243 | */ |
| 244 | 244 | public function formatUptime($seconds) |
| 245 | 245 | { |
| 246 | - if( empty($seconds) ) { |
|
| 246 | + if (empty($seconds)) { |
|
| 247 | 247 | $seconds = 0; |
| 248 | 248 | } |
| 249 | 249 | $from = new \DateTime("@0"); |