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:
commit
fd4a76e59e
@ -124,7 +124,7 @@ class Font extends \Intervention\Image\AbstractFont
|
||||
*
|
||||
* @return Array
|
||||
*/
|
||||
protected function getBoxSize()
|
||||
public function getBoxSize()
|
||||
{
|
||||
$box = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user