Fix indentation issues
This commit is contained in:
@ -293,11 +293,10 @@ class Import {
|
||||
);
|
||||
}
|
||||
}
|
||||
$query = Subscriber::selectMany(
|
||||
array(
|
||||
'id',
|
||||
'email'
|
||||
));
|
||||
$query = Subscriber::selectMany(array(
|
||||
'id',
|
||||
'email'
|
||||
));
|
||||
$query = ($action === 'update') ?
|
||||
$query->where('updated_at', $this->updated_at) :
|
||||
$query->where('created_at', $this->created_at);
|
||||
@ -373,4 +372,4 @@ class Import {
|
||||
$profiler_end = microtime(true);
|
||||
return ($profiler_end - $this->profiler_start) / 60;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user