1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-06 22:00:38 +01:00

make getBoxSize() a public method

This commit is contained in:
Alan Wynn 2014-06-20 18:22:15 +01:00
parent edd507dacf
commit 8e3e179ee4

View File

@ -124,7 +124,7 @@ class Font extends \Intervention\Image\AbstractFont
*
* @return Array
*/
protected function getBoxSize()
public function getBoxSize()
{
$box = array();