mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix CS
This commit is contained in:
@@ -32,7 +32,7 @@ class patch_320c implements patchInterface
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function get_release()
|
||||
public function get_release()
|
||||
{
|
||||
return $this->release;
|
||||
}
|
||||
@@ -46,12 +46,12 @@ class patch_320c implements patchInterface
|
||||
*
|
||||
* @return Array
|
||||
*/
|
||||
function concern()
|
||||
public function concern()
|
||||
{
|
||||
return $this->concern;
|
||||
}
|
||||
|
||||
function apply(base &$databox)
|
||||
public function apply(base &$databox)
|
||||
{
|
||||
$sql = 'TRUNCATE metadatas';
|
||||
$stmt = $databox->get_connection()->prepare($sql);
|
||||
|
Reference in New Issue
Block a user