New and old code.

This commit is contained in:
James Cole
2015-02-06 04:52:16 +01:00
parent ed475b1b9c
commit c502dd445b
48 changed files with 240 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
<?php namespace App\Providers;
<?php namespace FireflyIII\Providers;
use Illuminate\Support\ServiceProvider;
@@ -27,7 +27,7 @@ class AppServiceProvider extends ServiceProvider {
{
$this->app->bind(
'Illuminate\Contracts\Auth\Registrar',
'App\Services\Registrar'
'FireflyIII\Services\Registrar'
);
}