diff --git a/Database/DatabasesProviders.php b/Database/DatabasesProviders.php index fad0ccb7..779ef8d2 100644 --- a/Database/DatabasesProviders.php +++ b/Database/DatabasesProviders.php @@ -50,6 +50,9 @@ class DatabasesProviders extends Providers */ public function scanModel() { + if (str_contains(env('workerId', ''), 'Task')) { + var_dump(get_called_class()); + } $attributes = Snowflake::app()->getAttributes(); $attributes->read(MODEL_PATH, 'App\Models', 'models'); }