We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getAllTables
void
array
1 parent 9a409cf commit 01af979Copy full SHA for 01af979
src/Illuminate/Database/Schema/Builder.php
@@ -364,7 +364,7 @@ public function dropAllTypes()
364
/**
365
* Get all of the table names for the database.
366
*
367
- * @return void
+ * @return array
368
369
* @throws \LogicException
370
*/
src/Illuminate/Support/Facades/Schema.php
@@ -25,7 +25,7 @@
25
* @method static void dropAllTables()
26
* @method static void dropAllViews()
27
* @method static void dropAllTypes()
28
- * @method static void getAllTables()
+ * @method static array getAllTables()
29
* @method static void rename(string $from, string $to)
30
* @method static bool enableForeignKeyConstraints()
31
* @method static bool disableForeignKeyConstraints()
0 commit comments