mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: Playlist UI on device details page
This commit is contained in:
parent
86b8632bc3
commit
539a98a356
2 changed files with 319 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ use App\Models\Playlist;
|
|||
use App\Models\PlaylistItem;
|
||||
use App\Models\Plugin;
|
||||
|
||||
|
||||
test('playlist item belongs to playlist', function () {
|
||||
$playlist = Playlist::factory()->create();
|
||||
$playlistItem = PlaylistItem::factory()->create(['playlist_id' => $playlist->id]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue