Skip to content

Commit

Permalink
Remove deprecated getCacheLiveTime()
Browse files Browse the repository at this point in the history
  • Loading branch information
cundd committed Aug 12, 2019
1 parent 9f4f969 commit a901e2e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Classes/Configuration/ResourceConfiguration.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?php
declare(strict_types=1);


namespace Cundd\Rest\Configuration;


use Cundd\Rest\Domain\Model\ResourceType;
use Cundd\Rest\Exception\InvalidArgumentException;

Expand Down Expand Up @@ -106,16 +104,6 @@ public function getCacheLifetime()
return $this->cacheLifetime;
}

/**
* @return int
* @deprecated will be removed in 4.0. Use getCacheLifetime() instead
*/
public function getCacheLiveTime()
{
return $this->cacheLifetime;
}


/**
* @return string
*/
Expand Down

0 comments on commit a901e2e

Please sign in to comment.