Skip to content

Commit

Permalink
Added OrientationInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Mar 23, 2017
1 parent ae0e0b2 commit 76f5f2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/models/OrientationInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace hiqdev\thememanager\models;

interface OrientationInterface
{
const ORIENTATION_HORIZONTAL = 'horizontal';
const ORIENTATION_VERTICAL = 'vertical';
}

0 comments on commit 76f5f2c

Please sign in to comment.