mirror of
https://github.com/koel/koel
synced 2024-12-01 00:09:17 +00:00
7 lines
80 B
PHP
7 lines
80 B
PHP
<?php
|
|
|
|
namespace App\Repositories;
|
|
|
|
class UserRepository extends Repository
|
|
{
|
|
}
|