Skip to content

Commit

Permalink
Fix behavior namespace in platform class
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichsg committed Nov 24, 2016
1 parent 4bdb750 commit 7115eea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

A behavior for Propel 2 which provides number ranges in combination of a composite key. **This Behavior only works in MySQL!**

[![Build Status](https://travis-ci.org/finanzcheck/composite-number-range-behavior.svg?branch=master)](https://travis-ci.org/finanzcheck/composite-number-range-behavior)
[![Latest Stable Version](https://poser.pugx.org/finanzcheck/composite-number-range-behavior/v/stable.png)](https://packagist.org/packages/finanzcheck/composite-number-range-behavior)
[![Total Downloads](https://poser.pugx.org/finanzcheck/composite-number-range-behavior/downloads.png)](https://packagist.org/packages/finanzcheck/composite-number-range-behavior)

---

## Dafuq? Number Range? What's that?

Consider having a table with an autoincrement id field, a foreign key and an composite id field behaving as an autoincrement
Expand Down
2 changes: 1 addition & 1 deletion src/Platform/MysqlPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class MysqlPlatform extends BaseMysqlPlatform
{
const BEHAVIOR_NAME = '\FelixWillmann\CompositeNumberRange\CompositeNumberRangeBehavior';
const BEHAVIOR_NAME = '\Finanzcheck\CompositeNumberRange\CompositeNumberRangeBehavior';

/**
* Returns the actual trigger name in the database. Handy if you don't have the behavior definition
Expand Down

0 comments on commit 7115eea

Please sign in to comment.