Device factory, repository
This commit is contained in:
12
app/Domain/Device/Repositories/DeviceRepository.php
Normal file
12
app/Domain/Device/Repositories/DeviceRepository.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Device\Repositories;
|
||||
|
||||
/**
|
||||
* Class DeviceRepository
|
||||
* @package App\Domain\Device\Repositories
|
||||
*/
|
||||
class DeviceRepository
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user