Renamed some stuff, courtesy of sensiolabs.

This commit is contained in:
James Cole
2016-01-28 21:50:20 +01:00
parent e5b4a55d8e
commit 168ed5ac56
74 changed files with 208 additions and 155 deletions

View File

@@ -47,4 +47,4 @@ class AccountList implements BinderInterface
}
throw new NotFoundHttpException;
}
}
}

View File

@@ -24,4 +24,4 @@ interface BinderInterface
*/
public static function routeBinder($value, $route);
}
}

View File

@@ -49,4 +49,4 @@ class BudgetList implements BinderInterface
}
throw new NotFoundHttpException;
}
}
}

View File

@@ -47,4 +47,4 @@ class CategoryList implements BinderInterface
}
throw new NotFoundHttpException;
}
}
}

View File

@@ -42,4 +42,4 @@ class Domain
{
return Config::get('firefly.rule-triggers');
}
}
}

View File

@@ -94,4 +94,4 @@ class Rule extends Twig_Extension
{
return 'FireflyIII\Support\Twig\Rule';
}
}
}