PluginProbe
Disk Usage Insights / trunk
Disk Usage Insights vtrunk
trunk 1.0 1.10 1.11 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
disk-usage-insights / src / Domain / Database.php

Database.php in Disk Usage Insights trunk, at src/Domain/Database.php

16 lines 236 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace Mgleis\DiskUsageInsights\Domain;
4
5 use Mgleis\PhpSqliteJobQueue\Queue;
6
7 class Database {
8
9 public Queue $q;
10
11 public FileEntryRepository $fileEntryRepository;
12
13 public SnapshotRepository $snapshotRepository;
14
15 }
16