Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guanhui07 committed Feb 9, 2023
1 parent 000b260 commit 87e9236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ ApplicationContext::getContainer()->get(DataRedis::class);
declare(strict_types=1);

namespace App\Model;
use guanhui07\SwooleDatabase\Adapter\Model;
use Guanhui07\SwooleDatabase\Adapter\Model;
class UserModel extends Model
{
protected $table = 'user';
Expand Down

0 comments on commit 87e9236

Please sign in to comment.