Merge pull request #507 from hooklife/hooklife-patch-1

Fix namespace
This commit is contained in:
黄朝晖 2019-09-02 17:13:08 +08:00 committed by GitHub
commit e0bba9bb27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,12 +33,12 @@ use Psr\Container\ContainerInterface;
* @method static int affectingStatement(string $query, array $bindings = [])
* @method static bool unprepared(string $query)
* @method static array prepareBindings(array $bindings)
* @method static transaction(Closure $callback, int $attempts = 1)
* @method static transaction(\Closure $callback, int $attempts = 1)
* @method static beginTransaction()
* @method static rollBack()
* @method static commit()
* @method static int transactionLevel()
* @method static array pretend(Closure $callback)
* @method static array pretend(\Closure $callback)
* @method static ConnectionInterface connection(string $pool)
*/
class Db