Skip to content

Commit 87e9236

Browse files
committed
readme.md
1 parent 000b260 commit 87e9236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ ApplicationContext::getContainer()->get(DataRedis::class);
120120
declare(strict_types=1);
121121

122122
namespace App\Model;
123-
use guanhui07\SwooleDatabase\Adapter\Model;
123+
use Guanhui07\SwooleDatabase\Adapter\Model;
124124
class UserModel extends Model
125125
{
126126
protected $table = 'user';

0 commit comments

Comments
 (0)