Completed
Pull Request — master (#14)
by Carlos
02:30
created
src/HasSlug.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -47,6 +47,7 @@
 block discarded – undo
47 47
 
48 48
 	/**
49 49
 	 * Generate a non unique slug for this record.
50
+	 * @return string
50 51
 	 */
51 52
 	protected function generateNonUniqueSlug() {
52 53
 		if ($this->hasCustomSlugBeenUsed()) {
Please login to merge, or discard this patch.