diff --git a/src/Coders/Model/Config.php b/src/Coders/Model/Config.php index 6506d5fa..97d19a18 100644 --- a/src/Coders/Model/Config.php +++ b/src/Coders/Model/Config.php @@ -41,6 +41,7 @@ public function get(Blueprint $blueprint, $key, $default = null) "@connections.{$blueprint->connection()}.{$blueprint->schema()}.$key", "@connections.{$blueprint->connection()}.$key", "{$blueprint->qualifiedTable()}.$key", + "*.models.{$blueprint->table()}.$key", "{$blueprint->schema()}.$key", "*.$key", ];