forked from silverstripe/silverstripe-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9baa0e9
commit 11ed0d1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
use SilverStripe\ORM\DataExtension; | ||
use SilverStripe\ORM\DataObject; | ||
use SilverStripe\ORM\FieldType\DBHTMLText; | ||
use SilverStripe\ORM\ManyManyList; | ||
use SilverStripe\ORM\ManyManyThroughList; | ||
use SilverStripe\Versioned\Versioned; | ||
use SilverStripe\View\Parsers\HTMLValue; | ||
|
||
|
@@ -24,7 +24,7 @@ | |
* only be enabled for the Stage record. | ||
* | ||
* @property DataObject|FileLinkTracking $owner | ||
* @method SilverStripe\ORM\ManyManyThroughList<File> FileTracking() | ||
* @method ManyManyThroughList<File> FileTracking() | ||
*/ | ||
class FileLinkTracking extends DataExtension | ||
Check failure on line 29 in src/Shortcodes/FileLinkTracking.php GitHub Actions / CI / 8.1 mysql57 phplinting
|
||
{ | ||
|