mirror of
https://github.com/Intervention/image.git
synced 2025-08-22 13:32:56 +02:00
Merge pull request #165 from djekl/master
make getBoxSize() a public method
This commit is contained in:
@@ -124,7 +124,7 @@ class Font extends \Intervention\Image\AbstractFont
|
||||
*
|
||||
* @return Array
|
||||
*/
|
||||
protected function getBoxSize()
|
||||
public function getBoxSize()
|
||||
{
|
||||
$box = array();
|
||||
|
||||
|
Reference in New Issue
Block a user