Skip to content

Commit

Permalink
Move Profiler class into Observer/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 28, 2019
1 parent 105fd5a commit c7cf72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Listeners/DbProfilerListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace Phalcon\Migrations\Listeners;

use Phalcon\Events\Event;
use Phalcon\Migrations\Mvc\Model\Migration\Profiler;
use Phalcon\Migrations\Observer\Profiler;

/**
* Db event listener
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* the LICENSE file that was distributed with this source code.
*/

namespace Phalcon\Migrations\Mvc\Model\Migration;
namespace Phalcon\Migrations\Observer;

use Phalcon\Db\Profiler as DbProfiler;
use Phalcon\Db\Profiler\Item;
Expand Down

0 comments on commit c7cf72a

Please sign in to comment.