File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 101
101
* @method static \Illuminate\Database\Connection setReadWriteType(string|null $readWriteType)
102
102
* @method static string getTablePrefix()
103
103
* @method static \Illuminate\Database\Connection setTablePrefix(string $prefix)
104
- * @method static \Illuminate\Database\Grammar withTablePrefix(\Illuminate\Database\Grammar $grammar)
104
+ * @method static void withTablePrefix(\Illuminate\Database\Grammar $grammar)
105
105
* @method static string getServerVersion()
106
106
* @method static void resolverFor(string $driver, \Closure $callback)
107
- * @method static mixed getResolver(string $driver)
107
+ * @method static \Closure|null getResolver(string $driver)
108
108
* @method static mixed transaction(\Closure $callback, int $attempts = 1)
109
109
* @method static void beginTransaction()
110
110
* @method static void commit()
You can’t perform that action at this time.
0 commit comments