Blame view

backend/components/croppers/GoldenGardenFlowersCrop.php 189 Bytes
01ebf78c   Administrator   Initial commit
1
2
3
4
5
6
7
8
9
10
11
12
  <?php
  
  namespace backend\components\croppers;
  
  
  class GoldenGardenFlowersCrop extends AbstractCrop
  {
      const WIDTH = 946;
      const HEIGHT = 1773;
      const X = 235;
      const Y = 1746;
  }