Blame view

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