mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Remove constructor as it does nothing and does not implement parent constructor
This commit is contained in:
@@ -19,11 +19,6 @@ abstract class API_V1_exception_abstract extends Exception
|
|||||||
{
|
{
|
||||||
protected static $details;
|
protected static $details;
|
||||||
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static function get_details()
|
public static function get_details()
|
||||||
{
|
{
|
||||||
return static::$details;
|
return static::$details;
|
||||||
|
Reference in New Issue
Block a user