Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
0dc1a5f73f
2 changed files with 3 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class CheckData extends Command {
|
|||
$count = DB::table('activities')
|
||||
->where('activity_type_id', '=', 5)
|
||||
->where('json_backup', '=', '')
|
||||
->whereNotIn('id', [634386, 756352, 756353, 756356])
|
||||
->whereNotIn('id', [634386, 756352, 756353, 756356, 820872])
|
||||
->count();
|
||||
|
||||
if ($count > 0) {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ class ExpenseCategoryApiController extends BaseAPIController
|
|||
|
||||
public function __construct(ExpenseCategoryRepository $categoryRepo, ExpenseCategoryService $categoryService)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->categoryRepo = $categoryRepo;
|
||||
$this->categoryService = $categoryService;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue