Skip to content

Commit

Permalink
Merge pull request #1304 from creative-commoners/pulls/1/stop-depr
Browse files Browse the repository at this point in the history
API Stop using deprecated API
  • Loading branch information
sabina-talipova authored Nov 10, 2022
2 parents 14233ba + 48cd0ca commit 2d2e10f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion code/Extensions/UsedOnTableExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function updateUsageExcludedClasses(array &$excludedClasses)
*/
public function updateUsage(ArrayList &$usage, DataObject &$record)
{
Deprecation::notice('1.7.0', 'Use updateUsageExcludedClasses() instead');
// noop
}

Expand Down
5 changes: 0 additions & 5 deletions code/Forms/FileSearchFormFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ class FileSearchFormFactory implements FormFactory
use Extensible;
use Injectable;

public function __construct()
{
$this->constructExtensions();
}

/**
* Generates the form
*
Expand Down

0 comments on commit 2d2e10f

Please sign in to comment.