Skip to content

Commit c81c0d6

Browse files
authored
Merge pull request #67 from viralsolani/analysis-Xa0PoW
Apply fixes from StyleCI
2 parents 403fa78 + 2be51f4 commit c81c0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Repositories/Backend/Blogs/BlogsRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function create(array $input, array $tagsArray, array $categoriesArray)
7676
if ($blogs->save()) {
7777
// Inserting associated category's id in mapper table
7878
if (count($categoriesArray)) {
79-
$blogs->categories()->sync($categoriesArray);
79+
$blogs->categories()->sync($categoriesArray);
8080
}
8181

8282
// Inserting associated tag's id in mapper table

0 commit comments

Comments
 (0)