Blame view

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