Blame view

backend/components/croppers/GoldenGardenVegiesCrop.php 188 Bytes
01ebf78c   Administrator   Initial commit
1
2
3
4
5
6
7
  <?php
  
  namespace backend\components\croppers;
  
  
  class GoldenGardenVegiesCrop extends AbstractCrop
  {
f9404a23   Administrator   Start gallery
8
9
10
11
      const WIDTH = 942;
      const HEIGHT = 1769;
      const X = 828;
      const Y = 1750;
01ebf78c   Administrator   Initial commit
12
  }