mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Limitation API skelet with can upload tests
This commit is contained in:
@@ -84,7 +84,7 @@ class SchedulerTest extends TestCase
|
||||
*/
|
||||
public function it_delete_expired_shared_links()
|
||||
{
|
||||
$share = Share::factory(Share::class)
|
||||
$share = Share::factory()
|
||||
->create([
|
||||
'expire_in' => 24,
|
||||
'created_at' => now()->subDay(),
|
||||
|
||||
Reference in New Issue
Block a user