This commit is contained in:
2021-02-23 15:38:36 +08:00
parent 381268ab15
commit bd3e2d72a2
+1 -1
View File
@@ -50,7 +50,7 @@ class DatabasesProviders extends Providers
*/
public function scanModel()
{
if (str_contains(env('workerId', ''), 'Task')) {
if (str_contains(env('workerId'), 'Task')) {
var_dump(get_called_class());
}
$attributes = Snowflake::app()->getAttributes();