1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-05 20:57:41 +02:00

chore(core): update Entries copy method

This commit is contained in:
Awilum
2019-09-06 11:20:12 +03:00
parent 91490f88e3
commit c6ba6f6f1a

View File

@@ -437,7 +437,7 @@ class Entries
*
* @access public
*/
public function copy(string $id, string $new_id, bool $recursive = false) : bool
public function copy(string $id, string $new_id, bool $recursive = false)
{
return Filesystem::copy($this->_dir_location($id), $this->_dir_location($new_id), $recursive);
}