Skip to content

Commit

Permalink
Removed empty test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkbushell committed Jan 31, 2024
1 parent 8674e5f commit 7a0954a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
5 changes: 1 addition & 4 deletions src/Behaviours/HasSlugs.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,13 @@ public function generateSlug(): void
}
}

/**
* Set the value of the slug.
*/
public function setSlugValue(Slug $value): void
{
$this->{$this->slugField()} = $value;
}

/**
* Allows laravel to start using the sluggable field as the string for routes.
* Allows laravel to start using the slug field as the string for routes.
*/
public function getRouteKey(): mixed
{
Expand Down
13 changes: 0 additions & 13 deletions tests/Unit/Database/ReflectionRelationship.php

This file was deleted.

0 comments on commit 7a0954a

Please sign in to comment.