mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix CS
This commit is contained in:
@@ -17,27 +17,25 @@
|
||||
*/
|
||||
class Bridge_Exception_ApiDisabled extends Bridge_Exception
|
||||
{
|
||||
protected $api;
|
||||
|
||||
protected $api;
|
||||
/**
|
||||
*
|
||||
* @param Bridge_Api $api
|
||||
*/
|
||||
public function __construct(Bridge_Api $api)
|
||||
{
|
||||
$this->api = $api;
|
||||
|
||||
/**
|
||||
*
|
||||
* @param Bridge_Api $api
|
||||
*/
|
||||
public function __construct(Bridge_Api $api)
|
||||
{
|
||||
$this->api = $api;
|
||||
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @return Bridge_Api
|
||||
*/
|
||||
public function get_api()
|
||||
{
|
||||
return $this->api;
|
||||
}
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @return Bridge_Api
|
||||
*/
|
||||
public function get_api()
|
||||
{
|
||||
return $this->api;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user