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

Merge pull request #165 from djekl/master

make getBoxSize() a public method
This commit is contained in:
Oliver Vogel 2014-06-20 20:11:24 +02:00
commit fd4a76e59e

View File

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