File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 27
27
* @method static void useDefaultSchemaGrammar()
28
28
* @method static void useDefaultPostProcessor()
29
29
* @method static \Illuminate\Database\Schema\Builder getSchemaBuilder()
30
- * @method static \Illuminate\Database\Query\Builder table(\Closure|\Illuminate\Database\Query\Builder|string $table, string|null $as = null)
30
+ * @method static \Illuminate\Database\Query\Builder table(\Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Query\Expression| string $table, string|null $as = null)
31
31
* @method static \Illuminate\Database\Query\Builder query()
32
32
* @method static mixed selectOne(string $query, array $bindings = [], bool $useReadPdo = true)
33
33
* @method static mixed scalar(string $query, array $bindings = [], bool $useReadPdo = true)
You can’t perform that action at this time.
0 commit comments