Skip to content

Commit

Permalink
fix: class namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
papac authored Jun 16, 2020
1 parent 520194a commit fa2251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Exception/ModelException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Bow\Exception;
namespace Bow\Database\Exception;

class ModelException extends \ErrorException
{
Expand Down

0 comments on commit fa2251f

Please sign in to comment.