9 lines
139 B
PHP
9 lines
139 B
PHP
<?php
|
|
|
|
namespace Laravel\Nova\Trix;
|
|
|
|
class PruneStaleAttachments extends \Laravel\Nova\Fields\Attachments\PruneStaleAttachments
|
|
{
|
|
//
|
|
}
|