Skip to content

Commit 7104400

Browse files
committed
chore: wip
1 parent 02939ca commit 7104400

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config/filesystems.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676

7777
'links' => [
7878
public_path('storage') => storage_path('app/public'),
79+
public_path('media') => storage_path('app/media'),
7980
],
8081

8182
];

tests/Feature/Auth/LoginTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
declare(strict_types=1);

0 commit comments

Comments
 (0)