You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Models/BinshopsPostTranslation.php
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
<?php
2
2
3
-
4
3
namespaceBinshopsBlog\Models;
5
4
6
5
useCviebrock\EloquentSluggable\Sluggable;
@@ -199,11 +198,9 @@ protected function check_valid_image_size(string $size = 'medium')
199
198
thrownew \InvalidArgumentException("Invalid image size ($size). BinshopsPost image size should not begin with 'image_'. Remove this from the start of $size. It *should* be in the binshopsblog.image_sizes config though!");
200
199
}
201
200
202
-
203
201
thrownew \InvalidArgumentException("BinshopsPost image size should be 'large','medium','thumbnail' or another field as defined in config/binshopsblog.php. Provided size ($size) is not valid");
204
202
}
205
203
206
-
207
204
/**
208
205
*
209
206
* If $this->seo_title was set, return that.
@@ -219,14 +216,15 @@ public function gen_seo_title()
219
216
}
220
217
return$this->title;
221
218
}
219
+
222
220
/**
223
221
* Returns the public facing URL to view this blog post
Copy file name to clipboardExpand all lines: src/Views/binshopsblog/partials/disqus_comments.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,4 @@
15
15
(d.head||d.body).appendChild(s);
16
16
})();
17
17
</script>
18
-
<noscript>Please enable JavaScript to view the <ahref="https://disqus.com/?ref_noscript">comments powered by Disqus</a>, and run by <ahref='https://binshops.binshops.com/'>BinshopsBlog Laravel Blog package</a></noscript>
18
+
<noscript>Please enable JavaScript to view the <ahref="https://disqus.com/?ref_noscript">comments powered by Disqus</a>, and run by <ahref='https://binshops.com/'>BinshopsBlog Laravel Blog package</a></noscript>
0 commit comments