~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Upgrade/Step.php

  • Committer: Dan Garner
  • Date: 2015-11-20 14:18:04 UTC
  • mfrom: (454.3.22)
  • Revision ID: git-v1:140e411ecd1777e5e9a27bf4326db2d8f947d534
Merge pull request #125 from dasgarner/upgrader

Upgrader

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/*
 
3
 * Spring Signage Ltd - http://www.springsignage.com
 
4
 * Copyright (C) 2015 Spring Signage Ltd
 
5
 * (Step.php)
 
6
 */
 
7
 
 
8
 
 
9
namespace Xibo\Upgrade;
 
10
 
 
11
 
 
12
interface Step
 
13
{
 
14
    public static function doStep();
 
15
}
 
 
b'\\ No newline at end of file'