]> _ Git - psq.git/commit
nova work, import capabilities, organization type, pdffile access count
authorLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 20 Apr 2020 12:26:09 +0000 (14:26 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 20 Apr 2020 12:26:09 +0000 (14:26 +0200)
commit3027b367aa058d629139a805bb70689f32bda61c
treeb4178682bd9e2518bb39028263c1e1b37c2fdccd
parentddf3decd0fc7d202d75dc41f460b0f35927b4e9a
nova work, import capabilities, organization type, pdffile access count
24 files changed:
.idea/lettre-pharma.iml
.idea/php.xml
app/AccessLog.php
app/BelongsToPdfFile.php
app/Http/Controllers/FlowpaperController.php
app/Imports/UsersImport.php [new file with mode: 0644]
app/Jobs/ProcessEmailBatch.php
app/Nova/Actions/ImportUsers.php [new file with mode: 0644]
app/Nova/Organization.php
app/Nova/OrganizationType.php [new file with mode: 0644]
app/Nova/PdfFile.php
app/Nova/SearchableText.php
app/Nova/TrackedLink.php
app/Nova/User.php
app/Organization.php
app/OrganizationType.php [new file with mode: 0644]
app/PdfFile.php
app/Policies/PdfFilePolicy.php
app/Providers/NovaServiceProvider.php
app/User.php
composer.json
composer.lock
database/migrations/2020_04_20_104057_create_organization_types_table.php [new file with mode: 0644]
database/migrations/2020_04_20_121532_add_file_col_to_access_logs.php [new file with mode: 0644]