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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user