changed format of applying command to all

This commit is contained in:
Mark
2014-08-20 11:47:31 +04:00
committed by Qiang Xue
parent c7887b666c
commit 033d66deac
2 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ class FixtureController extends Controller
/**
* type of fixture apply to database
*/
const APPLY_ALL = 'all';
const APPLY_ALL = '*';
/**
* @var string controller default action ID.