mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
8 lines
88 B
PHP
8 lines
88 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Repositories;
|
||
|
|
||
|
class UserRepository extends AbstractRepository
|
||
|
{
|
||
|
}
|