refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
17
app/ExportResources/Instance/SpecialDate.php
Normal file
17
app/ExportResources/Instance/SpecialDate.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace App\ExportResources\Instance;
|
||||
|
||||
use App\ExportResources\ExportResource;
|
||||
|
||||
class SpecialDate extends ExportResource
|
||||
{
|
||||
protected $columns = [
|
||||
'uuid',
|
||||
'is_age_based',
|
||||
'is_year_unknown',
|
||||
'date',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user