mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-18 07:40:50 +08:00
8 lines
92 B
PHP
8 lines
92 B
PHP
<?php
|
|
namespace App\Repositories;
|
|
|
|
class AuthenticateRepository extends BaseRepository
|
|
{
|
|
|
|
}
|